Giter Club home page Giter Club logo

Comments (4)

maxjcohen avatar maxjcohen commented on July 28, 2024 1

Hi, Attention Window defines a range around the current time step, outside of which all attention score are set to 0. In other words, it forces the network to focus only on the values directly before and after.

As an illustration, you can take a look at this attention map: the red diagonal represents non zeros values around the current time step. Inside, the shades represent the attention score, you can see the distinction between day/night cycles. This map represents a week's worth of hourly data.

The different variants of MultiHeadAttention, such as Window or Chunk, are purely computational tricks in order to compute faster. You should start with the original MHA block, and switch to the others if needed.

from transformer.

LIngerwsk avatar LIngerwsk commented on July 28, 2024

Thanks for your replying!

from transformer.

shamoons avatar shamoons commented on July 28, 2024

Hi, Attention Window defines a range around the current time step, outside of which all attention score are set to 0. In other words, it forces the network to focus only on the values directly before and after.

As an illustration, you can take a look at this attention map: the red diagonal represents non zeros values around the current time step. Inside, the shades represent the attention score, you can see the distinction between day/night cycles. This map represents a week's worth of hourly data.

The different variants of MultiHeadAttention, such as Window or Chunk, are purely computational tricks in order to compute faster. You should start with the original MHA block, and switch to the others if needed.

Just to be clear - it looks before AND after, right? The docs say Number of backward elements to apply attention. which I took to mean only backwards?

from transformer.

maxjcohen avatar maxjcohen commented on July 28, 2024

Yes my bad, it's currently set to backward AND forward. Changing from one to the other is quite simple though.

from transformer.

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.