Skip to content

ThomasNing/spatial-separable-convolutional-neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published