GithubHelp home page GithubHelp logo

Documentation needed in this function as to which equation is implemented. The reference of the paper is helpful though. about texar HOT 5 CLOSED

asyml avatar asyml commented on August 25, 2024
Documentation needed in this function as to which equation is implemented. The reference of the paper is helpful though.

from texar.

Comments (5)

ZhitingHu avatar ZhitingHu commented on August 25, 2024

@Shrshore would you please fix? Besides:

  • I'm wondering if it's better to implement it as PositionEmbedder (like WordEmbedder), rather than PositionEncoder?

  • Make sure all modules inherits the base class ModuleBase

  • Use 4-space indent (not 2)

from texar.

DevSinghSachan avatar DevSinghSachan commented on August 25, 2024

@Shrshore . would you also please update the documentation of Transformer Decoder, particularly, the module doc.
https://github.com/ZhitingHu/txtgen/blob/master/texar/modules/decoders/transformer_decoders.py

Also, the filename can be "transformer_decoder.py"

from texar.

haoransh avatar haoransh commented on August 25, 2024

Hi, @DevSinghSachan @ZhitingHu Sure! FYI, currently this file is copied from https://github.com/OpenNMT/OpenNMT-tf/blob/fad5bdbe6be99e8bb47b2edd81c9ff7c4f862a41/opennmt/layers/position.py. Since the functions defined here is to be used in the beam search module.

from texar.

ZhitingHu avatar ZhitingHu commented on August 25, 2024

So it's not from T2T? Are these functionalities necessary for T2T beam search?

Let's try to implement by ourselves, or copy from T2T at most, not other libraries.

from texar.

haoransh avatar haoransh commented on August 25, 2024

fixed. I have moved the position encoding to the texar/core/layers.py, and modified the implementation to match the t2t. The implementation is t2t is in https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/layers/common_attention.py. While t2t doesn't support the parameterized positional encoder, maybe we could add this feature soon.

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.