Giter Club home page Giter Club logo

next-vit's Introduction

Hi 👋, I'm Willie

  • 🌱 I’m currently learning Deep Learning、Computer Vision、PyTorch...etc

Languages and Tools:

c cplusplus docker linux matlab opencv python pytorch scikit_learn



next-vit's People

Contributors

wilile26811249 avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

tommywhy

next-vit's Issues

some issues

Hello! Nice work with some slight drawbacks.

  1. In 3.5 "The head dim in E-MHSA and MHCA is set as 32".
    But in MHCA, actually you set groups =32 but not groups = dim // 32.
    And in E-MHSA, you set inner dim to be 64(maybe you could check the overall operation and dim)
  2. In 3.5 "spatial reduction ratios in E-MHSA is [8, 4, 2, 1] in different stages"
    But you set a uniform sr_ratio, or "stride" in your code
  3. In 3.5 "The expansion ratios of MLP layer are set as 3 for NCB and 2 for NTB, respectively."
    You simply ignore this. And this will cause a dramatic drop in parameters and FLOPs, as well as the model performance.
  4. With respect to Block, I think here is a bug, because the author didn't mentioned it detailed so we can't determined the input and output dim between "L" blocks. I think it proper to implement this as you did, i.e, in_dim for "L-1" and turn to out_dim at last repeat.

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.