/gpu-assignment

Code for GPU assignment

Primary LanguagePythonMIT LicenseMIT

Assignment for CMPT 756: Performance comparison CPU/GPU

This code is for use in SFU Computing Science course CMPT 756. It is based upon Liu Kuang's analysis of 15 net designs for the CIFAR10 dataset.

See ./main.py -h to list options and defaults.

Acknowledgement and licenses

Original code: https://github.com/kuangliu/pytorch-cifar

Original license: LICENSE (in this repository)

Original README.md: ORIGINAL-README.md (in this repository)