preact resnet with test on cifar10
|
|
há 3 anos atrás | |
|---|---|---|
| .idea | há 6 anos atrás | |
| models | há 6 anos atrás | |
| .gitignore | há 6 anos atrás | |
| README.md | há 6 anos atrás | |
| main.py | há 6 anos atrás | |
| requirements.txt | há 3 anos atrás |
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