Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 210 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 210 Bytes

torch_practice

My experiments with Torch7/Lua

Files

  • 'mnist_conv.lua': Basic MLP with one convolution layer to classify MNIST
  • 'mnist_conv_gpu.lua': Modifying the basic convolution code to run on a GPU