Giter VIP home page Giter VIP logo

Comments (4)

farizrahman4u avatar farizrahman4u commented on August 22, 2024

Readout is useful when you have a stack of rnn cells, and you want the output of the top cell at time t be available to the bottom cell at t-1.
For initializing the hidden states of a recurrent container, simple create one (rc = RecurrentContainer(...)), build it (rc.build(input_shape)) and reset the states (rc.states=[list of tensors]).
These are stuff that we use internally, will try to add better documentation in the future.

from recurrentshop.

phdowling avatar phdowling commented on August 22, 2024

I see, thanks. Doesn't a decoder always need the readout=True flag then?

from recurrentshop.

farizrahman4u avatar farizrahman4u commented on August 22, 2024

Not really.. since readout is not the only information being transferred across time. There are states too. The reason readout exists will make more sense when I push the teacher forcing thing.. During train time, instead of readout, the ground truth at time t will be available to the bottom cell at t + 1.

from recurrentshop.

phdowling avatar phdowling commented on August 22, 2024

Ah, yes that makes sense. Just out of curiosity: do you transfer the raw class probabilities tensor as input to the next timestep, or the one-hot encoded argmax, i.e. the resulting classification?

Thanks by the way for the updates you've been pushing, this is going in a very nice direction. Unfortunately I have not been able to successfully train a model on my task yet, but I'm hopeful! I like the way the API is structured.

from recurrentshop.

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.