index
:
e4-gan
master
new_branch
tune_hyp
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lenet.py
Age
Commit message (
Collapse
)
Author
2019-03-06
Merge branch 'new_branch'
nunzip
2019-03-06
Update on old commit for training the classifier in steps
nunzip
2019-03-06
Insert option to keep training the network with different splits
nunzip
2019-03-04
make test_classifier return the score rather than printing it
nunzip
2019-02-28
Set state of train_test_split
nunzip
2019-02-28
Graph both loss and accuracy
nunzip
2019-02-27
Fix accuracy plot
nunzip
2019-02-27
Default split for mix at the end of function arguments
nunzip
2019-02-27
Add mix_data function
nunzip
2019-02-27
Plot accuracy instead of loss
nunzip
2019-02-27
Update accuracy test
Vasil Zlatanov
2019-02-27
Also one_hot test
Vasil Zlatanov
2019-02-27
Fix categorical_accuracy
Vasil Zlatanov
2019-02-27
Remove printing lines
Vasil Zlatanov
2019-02-27
Use == instead of = err
Vasil Zlatanov
2019-02-27
Move padding to train/test functions
Vasil Zlatanov
2019-02-27
Add if __main__
Vasil Zlatanov
2019-02-27
Add metric sna optimizer arguments
Vasil Zlatanov
2019-02-27
Fix lenet funcs
Vasil Zlatanov
2019-02-27
Set un separate training and testing functions
nunzip
2019-02-27
Add lenet model
Vasil Zlatanov