Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 279 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 279 Bytes

Parallelizing Neural Networks

Development Environment

C++11

CUDA 9.0

Usage

Compile and run the train.cu file:

nvcc --std=c++11 train.cu -o train
./train

To execute only on the CPU, change the last argument of the Train() function in train.cu to true.