This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: exelban/tensorflow-cifar-10
Releases · exelban/tensorflow-cifar-10
v1.0.1
First release
- Removed all references to cifar 100
- Small fixes in data functions
- Almost fully rewrited train.py
- Simplyfy cnn model
- Changed optimizer to AdamOptimizer
- Changed Licence to MIT
- Removed confusion matrix (don't like to have unnecessary dependencies)
- Improved accuracy on testing data set (up to 79%)
- Small fixes in train.py
- Changed saver functions (now session will be saved only if accuracy in this session will be better than the last saved)
- Updated packages