Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: exelban/tensorflow-cifar-10

v1.0.1

02 May 16:57
Compare
Choose a tag to compare
  • Set random seed
  • Added more information about elapsed time on epoch and full training

First release

23 Apr 17:44
Compare
Choose a tag to compare
  • 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