preact resnet with test on cifar10
|
|
před 3 roky | |
|---|---|---|
| .idea | před 6 roky | |
| models | před 6 roky | |
| .gitignore | před 6 roky | |
| README.md | před 6 roky | |
| main.py | před 6 roky | |
| requirements.txt | před 3 roky |
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