Skip to content

tigercosmos/simple-vgg16-cu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple VGG16 in CUDA

This is a simple VGG16 net implemented in CUDA.

Simply run make; ./a.out to test the code. You may need to setup the environment for CUDA, cudnn, cublas.

The convolution layers use cudnn, and the FC layer uses cublas.

About

Simple VGG16 implemented in CUDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published