Skip to content

Yun-Jung/CIFAR10-TODO.pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR10-TODO.pytorch

Requirements

  • Python 3.6
  • PyTorch 0.4.1

Usage

  1. Train

    $ python train.py -d=./data -c=./checkpoints
    
  2. Evaluate

    $ python eval.py ./checkpoint/model-100.pth -d=./data
    
  3. Infer

    $ python infer.py ./images/dog.jpg -c=./checkpoints/model-100.pth
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%