Giter VIP home page Giter VIP logo

asrf_with_asformer's People

Contributors

chinayi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jackaihfia2334

asrf_with_asformer's Issues

Why use SingleStageTCN in brb?

I noticed that

asb = [
    copy.deepcopy(Decoder(n_layers, 2, 2, n_features, n_classes, n_classes, att_type='sliding_att', alpha=exponential_descrease(s))) for s in range(n_stages_asb - 1)
]

and

brb = [
    SingleStageTCN(1, n_features, 1, n_layers) for _ in range(n_stages_brb - 1)
]

What determines this difference? Why not use Decoder in the brb branch as well?

Thanks!

关于train.py文件

在您的project中没有找到train.py文件,请问作者大大可以提供一下嘛

regarding hierarchical representation pattern

In the paper it mentioned that

To demonstrate its effectiveness, we conduct a non-hierarchical version by setting the size of the local window in all attention layers to 512, which is the largest window size in the last encoder/decoder block (out of memory if we directly set the size of the local window in all attention layers to the video length).
I was not able to figure out where in the code the attention layer has windows of 512. can you please point me to the right direction?

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.