Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 267 Bytes

pytorch-tutorials

Pre-Processing

  • imageLoader/transforms.py

Load the images

  • imageLoader/cifar10.py
  • imageLoader/myImageLoader.py loader.py

ConvNet

  • nets/*

Train

  • train/*

TransferLearning

  • transferLearning/*