Skip to content

ResNet, More Training, Less Validation and Loads Best Epoch

Compare
Choose a tag to compare
@joaopauloschuler joaopauloschuler released this 30 Dec 08:34
· 412 commits to master since this release
75871e8

This is what is new in v1.0.6:

  • #73 : CIFAR-10 - Only 2000 samples for validation as default quantity.
  • #74 : Fitting methods should load weights from best performing epoch.
  • #76 : Fixed bug at TNNetSum that prevents ResNet architectures style to learn.
  • #77 : Added a ResNet example.