Giter VIP home page Giter VIP logo

rnn-benchmarks's People

Contributors

c0nn3r avatar nicholas-leonard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rnn-benchmarks's Issues

caffe rnn

Can you add caffe rnn model to test?

Benchmark hidden sizes that give better efficiency and bigger batches

Thank you for your RNN benchmarking work! Hidden size is somewhat arbitrary, so there is virtually no reason (other than being really tight on memory) to make it, say, 500 instead of 512. Underlying gemms in RNNs/LSTM's usually have better efficiency with power-of-two sizes. It would be good to have benchmarks for hidden sizes 128, 512, 1024. Also, pretty often people use bigger mini-batches than 20, so benchmarking batches of 32/64 also make sense.

API mismatches with latest TensorFlow

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 APIs which have been removed or replaced.

$ python rnn.py -n basic_lstm -b 32 -l 128 -s 30
basic_lstm
Compiling...
Traceback (most recent call last):
  File "rnn.py", line 59, in <module>
    output, _cell_state = rnn.rnn(cell, x, dtype=tf.float32)
AttributeError: 'module' object has no attribute 'rnn'

Hope you can update the code to follow the latest features of those frameworks. Thanks for your great works.

LICENSE

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.

I cannot do this for you as it must be done with your commit.

Also please send me an email so I know yours.

Support for Android platform

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

Add versions of libraries in the comparions

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 the README page).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.