GithubHelp home page GithubHelp logo

how to apply transformer decoder to vae?in vae text folder, the implementation of transformer decoder is not consistent with decoder/transfor_decoder.py about texar HOT 3 CLOSED

asyml avatar asyml commented on August 25, 2024
how to apply transformer decoder to vae?in vae text folder, the implementation of transformer decoder is not consistent with decoder/transfor_decoder.py

from texar.

Comments (3)

ZhitingHu avatar ZhitingHu commented on August 25, 2024

Thanks for the issue. The VAE example is a little staled. @jxhe will fix this soon.

The memory argument of TransformerDecoder is of shape [batch_size, max_memory_length, hidden_dim] (see the doc) so the decoder can attend to the whole sequence of encoder.

from texar.

jxhe avatar jxhe commented on August 25, 2024

Sorry the VAE example is a bit out of date, I'm fixing it now. To quickly answer, the output from encoder should be expanded to shape [batch_size, 1, hidden_dim] as the memory argument of TransformerDecoder. A clean way to do this is to set decoder_initial_state_size argument as [1, hidden_dim] when defining ReparameterizedStochasticConnector (see vae_train.py). We will update the vae example soon and show the specific usage.

from texar.

ZhitingHu avatar ZhitingHu commented on August 25, 2024

Code is now fixed.

So the essential idea is to set max_memory_length=1 in the VAE case.

from texar.

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.