Skip to content

An Automatic Compiled Resnet Deep Learning Algorithm Model.

License

Notifications You must be signed in to change notification settings

ssghost/My_Resnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

My_Resnet

An Automatic Compiled Resnet Deep Learning Algorithm Model.

Usage:

  • For training:

$python train.py --images=[image_path] --labels=[label_path] --resize=[integer_square_side_length] --crop=[integer_square_side_length]

Both 'images' and 'labels' can't be empty, at least one of 'resize' and 'crop' can't be empty.

  • For testing:

$python test.py --inpath=[image_path] --outpath=[output_path] --resize=[integer_square_side_length] --crop=[integer_square_side_length] --modelpath=[load_compiled_models]

Both 'inpath' and 'outpath' can't be empty, at least one of 'resize' and 'crop' can't be empty.

On Kaggle image classification contests, this Resnet model earned an average test accuracy of around 0.80.

About

An Automatic Compiled Resnet Deep Learning Algorithm Model.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages