Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 343 Bytes

File metadata and controls

8 lines (5 loc) · 343 Bytes

Distributed-Convolutional-Neural-Network-with-TensorFlow

Every python file contains in-detail comments about the implementation

multi_cpu.py contains the code for the distributed implementation

cnn.py contains the code used for the single machine implementation

cifar10.py is a helper code to download the cifar10 dataset found on github