Giter Club home page Giter Club logo

slab's People

Contributors

guojialong1 avatar xinghaochen avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

slab's Issues

Any comparison with RMSNorm?

Thank you for the very nice work.

Iā€™m currently exploring various normalization techniques and noticed that RMSNorm is generally considered a less computationally intensive alternative compared to Layer Norm. Given that Iā€™m not deeply familiar with the intricacies of these normalization methods, I would appreciate some clarification on how your method compares in terms of efficiency with RMSNorm.

Could you provide some insights or benchmarks on this? Any information you can share would be greatly helpful.

About total step in your code

Thank you very much for your work, this work should be very scalable!
I have observed that the superparameter step (total step) of linearnorm in the code seems to be only related to the model, but not to the dataset, whether it is because these are fixed by your implementation.
linearnorm = partial(LinearNorm, norm1=ln, norm2=RepBN, step=60000) in slab_swin
linearnorm = partial(LinearNorm, norm1=nn.LayerNorm, norm2=RepBN, step=120000) in slab_cswin
linearnorm = partial(LinearNorm, norm1=ln, norm2=RepBN) in others
Should I set my total step to epoch * len (train_dataloader) in linearnorm when I train it? or any tricks here?

Question about dataset

Could you please give me the link of the data set and the processing method of the data, and tell me which directory the data set should be placed in ?

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.