preact resnet with test on cifar10

metya 86d77512ff Update requirements.txt il y a 3 ans
.idea 08240a8067 Initial commit il y a 6 ans
models 22576ddbc9 il y a 6 ans
.gitignore 07413ecdad il y a 6 ans
README.md ee5d00b103 typo fix il y a 6 ans
main.py cdbdb022df il y a 6 ans
requirements.txt 86d77512ff Update requirements.txt il y a 3 ans

README.md

PreAct ResNet with some tests on cifar10

To run train without tests just do

python main.py --train --epochs num

To run train alongside with some unit tests just do

python main.py --test --train --epochs num

If you want to run just tests, then do

python main.py --test

TODO

  • Regression metrics tests
  • Gradient explosion and gradient vanishing check
  • Pythonistic Unit Tests