currennt icon indicating copy to clipboard operation
currennt copied to clipboard

CURRENNT -- CUDA-enabled machine learning library for recurrent neural network

Results 5 currennt issues
Sort by recently updated
recently updated
newest added

Trying to compile https://github.com/che-shr-cat/currennt/ with CUDA 10.0: ``` git clone https://github.com/che-shr-cat/currennt/ mkdir build && cd build && cmake -DCUDA_cublas_device_LIBRARY=/usr/local/cuda/targets/x86_64-linux/lib/libcublas.so .. && make ``` yields ``` ... [ 61%] Building NVCC...

It is warning in CUDA 10.0, but it may fail to compile with CUDA

I am interested in supporting RNNs in C++ without need to use DL frameworks. Maybe let's tweak this repo a bit :)

Hi, I try "weighted_sse" with the proper configuration (defined in README, a copy is at the end) but it returns unknown layer type: ` ./run.sh Started in hybrid online/batch training...

Hey, Thanks for the port to recent CUDA. I got an issue when compiling on a recent C++-4.9 or ubuntu 16.04 (I think it is related to C++): ``` $...