Skip to content

A three-stage CNN model for CIFARTile label prediction

License

Notifications You must be signed in to change notification settings

CyanJoeng/CIFARTile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFARTile

A three-stage CNN model for CIFARTile label prediction

Model

a pre-trained model under the models folder, and the structure of it could be demonstrate detailedly by using the wonderful tool (Netron).

Training Steps

  1. run CIFARTile/train_cifar10.py with specific backbone set by --backbone, then get the model weight file saved in checkpoint_file
  2. run CIFARTile/main.py with pre-trained weight of backbone set by 'cifar_weight' and the backbone type set by backbone, then get the final model weight
  3. (optional) run CIFARTile/eval_model.py to calculate prediction accuracy and export the model with network structure inside (visiable with Netron)

About

A three-stage CNN model for CIFARTile label prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages