Parallel and Distributed Programming: Deep Learning using CUDA

1. Install dependencies

make install

2. Train

make train-cpu || make train-gpu

3. Infer

make infer-cpu || make infer-gpu