Giter VIP home page Giter VIP logo

Comments (7)

albertz avatar albertz commented on July 17, 2024

Basically, you just need to put use_tensorflow = True in your config.

Note that not all layers are implemented currently in the TF backend. So far, the linear/forward layer and the rec layer with LSTM should work. Other layers are limited and also might have slightly different options, e.g. the conv layer. Maybe post your config here so I can have a quick look.

from returnn.

selcouthlyBlue avatar selcouthlyBlue commented on July 17, 2024

I'm using the config_real in the MDLSTM demo for IAM

from returnn.

albertz avatar albertz commented on July 17, 2024

So that config file I guess.
Most of the layers are not yet available in TF, i.e. there is no 1Dto2D, conv2, mdlstm.
1Dto2D and conv2 should be easy to replace with the existing TF layers, I think (or it would not require much work otherwise).
mdlstm is not so simple to adapt to TF and would require some work. This is planned but no-one currently works on it.

from returnn.

wellescastro avatar wellescastro commented on July 17, 2024

It's a pity that this functionality is not available yet, it would be very interesting having MDLSTM supported by TF. I look forward to this new feature.

from returnn.

lannp avatar lannp commented on July 17, 2024

I want to use tensorflow backend, but i only see config for 'train' . how to build config file, eval data for 'forward'?

from returnn.

albertz avatar albertz commented on July 17, 2024

@lannp Where are you looking at? Here are configs for training (config_real) as well as forwarding (config_fwd). Anyway, TensorFlow is not supported at all right now for MDLSTM. Feel free to contribute!

from returnn.

albertz avatar albertz commented on July 17, 2024

This is not about any or the official pure TF implementation. This is about our own CUDA kernel, which should be much faster.

from returnn.

Related Issues (20)

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.