libdnn icon indicating copy to clipboard operation
libdnn copied to clipboard

A lightweight and user friendly C++ library for deep and convolutional neural network with GPU acceleration

Results 13 libdnn issues
Sort by recently updated
recently updated
newest added

Should check whether `unzip` is installed before using it in `./install-sh`. In ubuntu, use `sudo apt-get install unzip`.

Hi Chou, I am encountering the following problem when trying to run convolutional neural network. ``` terminate called after throwing an instance of 'std::runtime_error' what(): [Error] In function "getSuitableShmConfig" (at...

enhancement
question

Add your own namespace in this library and remove namespace std to avoid potential conflict.

enhancement