rnn-benchmarks icon indicating copy to clipboard operation
rnn-benchmarks copied to clipboard

Benchmarks for several RNN variations with different deep-learning frameworks

Results 10 rnn-benchmarks issues
Sort by recently updated
recently updated
newest added

Compatible with tensorflow 1.6+

Is there any RNN and LSTM benchmark available for android? Any help regarding this will highly be appreciated.

Great benchmark for evaluting RNN units with different frameworks. But the world is changing fast and TensorFlow has evolved to version 1.4.0rc0. The benchmark for TenforFlow depends on some deprecated...

Can you add caffe rnn model to test?

Since the libraries are very actively maintained and improved upon, can you add versions of the libraries that are used for the comparisons? (Unless I'm somehow missing this information on...

I've added a theano cuDNN RNN implementation.

You need to add an open-source LICENSE. I recommend BSD or MIT. Add your and your organization’s name to the copyright notice in the [LICENSE.txt](https://github.com/Element-Research/rnn/blob/master/LICENSE.txt). I cannot do this for...

Can you please add results on my recurrent package: https://github.com/eladhoffer/recurrent.torch (easily installed using `luarocks install recurrent`) I've provided the run file, but better use the same machine to check (I...