Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 491 Bytes

File metadata and controls

19 lines (15 loc) · 491 Bytes

MobileNets

Implementation of the MobileNets CNN model in CUDA The main branch is the original design. For improved design, please see branch kernel_layout.

Paper: https://arxiv.org/abs/1704.04861

Installation Procedures

  1. Copy the entire repository to your workspace (CARC).
  2. No extra libraries or dependencies are required.
  3. Run the following commands in exact order.
module load nvidia-hpc-sdk
nvcc MobileNets_host.cu -o MobileNets_host
sbatch job.sl
cat gpujob.out