Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

cifar100

a simple cnn image-classification modules self-implemented tested on database cifar100 based on pytorch

simple cnn model

all the code of cnn classification in dir cnn_model
first you have to download the cifar100 data(link can easy be found in net), download the data in the your local path.
example: you put the data in path: D:/CifarPicture_Classication/data/

then can easy run the project by the shell command

python train.py --dir_path D:/CifarPicture_Classication/data/

About

some popular modules self-implemented tested on database cifar100 based on pytorch

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages