Skip to content

Hongqing-work/cudnn-learning-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cudnn-learning-framework

This is a tiny learning framework built by cudnn and cublas. (cuda-11.0, cudnn-8)

Now I have implemented 5 layers:
conv_layer
fully_connected_layer
pooling_layer
relu_layer
softmax_loss_layer

Therefore, you can already built a CNN by using these layers. There is also an example showing how to use this framework. You should download the Mnist dataset and put them in the top directory. Also, to build the sample program, don't forget to modify the cuda path and cudnn path in Makefile. Then you can make and run the sample program like this:

make
./Mnist

About

A tiny learning framework built by cudnn and cublas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published