kuanhungchen / CIFAR10-TODO.pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(HOMEWORK)

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


Languages

Language:Python 100.0%