Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 390 Bytes

File metadata and controls

12 lines (12 loc) · 390 Bytes

Typical-CNN-Architecture-on-MNIST-and-CIFAR10

Implement Typical CNN Architecture on MNIST and CIFAR10 by pytorch

requirement:

  • env:ubuntu16
  • platform:RTX 2080ti、cuda10 (Not necessarily)
  • python:3.x
  • torch:>=1.x
  • torchvision: 0.2

description

This project implements Typical CNN Architecture on MNIST and CIFAR10 by pytorch,and compelete models evaluation.