Giter Site home page Giter Site logo

Comments (3)

albertz avatar albertz commented on May 24, 2024

Yes, we can. :)
I'm doing that in multiple ways already. What I would recommend now is to use the extra-net mechanism. See the documentation here. See also the very simple example here. A much more complex example is here.

Basically, when you prefix a layer with the name "extra.search:", it (and all its sublayers) will have the search flag enabled, and thus you can use ChoiceLayer or DecideLayer and they operate like in search. Note, for a RecLayer, if you just want to use its decoded output, and do not need to backpropagate through the search, then you should explicitly disable the back-propagation mechanism for the RecLayer, via "back_prop": False (only for the layer where you do the search, and don't need to backpropagate through), as this makes it much faster and more memory efficient.

from returnn-experiments.

ashu5644 avatar ashu5644 commented on May 24, 2024

Ok, thanks. I will look into the document.

from returnn-experiments.

albertz avatar albertz commented on May 24, 2024

Closing this now. Please comment further if sth is unclear.

from returnn-experiments.

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.