Skip to content

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

Notifications You must be signed in to change notification settings

imestar712/cifar100

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%