An open API service indexing awesome lists of open source software.

https://github.com/tigercosmos/simple-vgg16-cu

Simple VGG16 implemented in CUDA
https://github.com/tigercosmos/simple-vgg16-cu

cublas cuda cudnn vgg16

Last synced: 3 months ago
JSON representation

Simple VGG16 implemented in CUDA

Awesome Lists containing this project

README

          

# 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.