Just run
python train.py # --lr 0.001 ...
python test.py # --path ./checkpoint/yourfilename
You can add args if you wanna change hyperparameters, see train.py
.
Use -r
to resume from checkpoint.
Save the model weights in csv files
python export_weights.py
Network | Top-1 accuracy |
---|---|
ResNet20 | 92.23% |
ResNet32 | TBD |
ResNet44 | TBD |