Giter Club home page Giter Club logo

Comments (5)

ematvey avatar ematvey commented on July 21, 2024

Actually, tutorial 1 only illustrates training. Inference with tf.nn.dynamic_rnn decoder is tricky. All I can think of is defining inference dynamic_rnn decoder that shares weights with training decoder, but takes as input a [1, batch_size] int32 tensor. That is, one timestep of a minibatch. And then we unroll decoder manually in for loop for every timestep, calling session.run for each step.

This is totally impractical with TF. It might be a nice illustration, but I think it more of a tutorial 2/raw_rnn scope. Might worth focusing attention on it in the text though. What do you think?

from tensorflow-seq2seq-tutorials.

 avatar commented on July 21, 2024

The two-graph approach is used in raindeer/seq2seq_experiments, though they don't use dynamic_rnn. I think you're right about it being closer to tutorial 2's scope, but I'm not sure if it's worth putting a lot of energy into now that the seq2seq API is about to change (again!). However, it's probably worth noting that inference is difficult in the text of tutorial 1 - it might save someone a bit of time.

from tensorflow-seq2seq-tutorials.

ematvey avatar ematvey commented on July 21, 2024

Any info on if tf.nn.raw_rnn would change? I find new TF's seq2seq API rather cumbersome, hiding important details while not providing much simplifaction over tf.nn.raw_rnn. Perhaps using tf.nn.raw_rnn directly is a better way.

from tensorflow-seq2seq-tutorials.

ematvey avatar ematvey commented on July 21, 2024

I added a bit that explains that inference is not possible with tf.nn.dynamic_rnn. Closing now.

from tensorflow-seq2seq-tutorials.

 avatar commented on July 21, 2024

Thank you! Unfortunately I don't know if raw_rnn is changing - I haven't heard anything about that happening, but I'm not very in the know.

from tensorflow-seq2seq-tutorials.

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.