aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-07Add figuresnunzip
2019-03-07Almost finished DCGANnunzip
2019-03-07Merge branch 'master' of skozl.com:e4-gannunzip
2019-03-07Pass verbose classifier as a flagnunzip
2019-03-07Add cdcganVasil Zlatanov
2019-03-07Add get_lenet_icpVasil Zlatanov
2019-03-06Merge branch 'master' of skozl.com:e4-gannunzip
2019-03-06Add smoothing and GAN architecture figuresnunzip
2019-03-06Replace softmax with relu as we apply it in the function anywayVasil Zlatanov
2019-03-06Return inception score as wellVasil Zlatanov
2019-03-06Add cgan measurementsnunzip
2019-03-06Merge branch 'master' of skozl.com:e4-gannunzip
2019-03-06Merge branch 'new_branch'nunzip
2019-03-06Revert "Add virtual_batch support"Vasil Zlatanov
2019-03-06Add dcgan figuresnew_branchnunzip
2019-03-06Add figuresnunzip
2019-03-06Update on old commit for training the classifier in stepsnunzip
2019-03-06Insert option to keep training the network with different splitsnunzip
2019-03-05Add figure for mixed data training of lenetnunzip
2019-03-05Fix imports for dcganVasil Zlatanov
2019-03-05Full featured VBNVasil Zlatanov
2019-03-05Add virtual_batch supportVasil Zlatanov
2019-03-05remove sigma in virtual batch normnunzip
2019-03-05Try different normalizationnunzip
2019-03-05Fix mistake with variable namenunzip
2019-03-04Attempt virtual batch normalizationnunzip
2019-03-04Make single sided smoothing parameters accessiblenunzip
2019-03-04Improve one sided smoothingnunzip
2019-03-04Add One-sided smoothingnunzip
2019-03-04make test_classifier return the score rather than printing itnunzip
2019-03-04Use tqdm in dcganVasil Zlatanov
2019-03-04Use tqdm in cganVasil Zlatanov
2019-03-04Add repeateable conv_layers to dcganVasil Zlatanov
2019-03-04Add dense_layers argument for CGAN()Vasil Zlatanov
2019-03-04Change makefile output to cw2nunzip
2019-03-04Reportnunzip
2019-02-28Clear previous update on epochnunzip
2019-02-28Set state of train_test_splitnunzip
2019-02-28Graph both loss and accuracynunzip
2019-02-27Fix accuracy plotnunzip
2019-02-27Default split for mix at the end of function argumentsnunzip
2019-02-27Add mix_data functionnunzip
2019-02-27Plot accuracy instead of lossnunzip
2019-02-27Save images for all classes instead of zero onlynunzip
2019-02-27Fix graph functionnunzip
2019-02-27Reshape labels after predictnunzip
2019-02-27Add import kerasnunzip
2019-02-27Merge branch 'master' of skozl.com:e4-gannunzip
2019-02-27Reformat labels outputnunzip
2019-02-27Merge branch 'master' of skozl.com:e4-ganVasil Zlatanov