8000 GitHub - PingjunChen/pytorch-study: PyTorch examples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PingjunChen/pytorch-study

Repository files navigation

PyTorch Examples

  • mnist-pytorch: MNIST classification using convnets in pytorch
  • ft-resnet-pytorch: Fine-Tune ResNet in pytorch
  • cifar10-pytorch: CIFAR-10 classification using convnets in pytorch

Reference

[pytorch-tutorial] https://github.com/yunjey/pytorch-tutorial

0