Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 349 Bytes

Requirements

  • Python 3.6
  • PyTorch 0.4.1

Usage

  1. Train

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

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

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

CV_final