Giter Club home page Giter Club logo

Comments (3)

ZhihaoDU avatar ZhihaoDU commented on May 31, 2024

Sorry for the late response. If the number of residual layers is same, the smaller model should require less VRAM. However, the model have a larger number of residual layers, the situation would be different. Not that the number of residual layers would affect each block in the Encoder. Compare with the larger model (4.50M params, 2.18 GFlops), the total NN layers of the smaller model (0.52M params, 0.34 GFlops) will be enlarged 3 times. As a result, we need more VRAM to save intermediate hidden states for back-propagation. I think this is the reason why a larger model model can be trained but a smaller model can't.

from funcodec.

ZhihaoDU avatar ZhihaoDU commented on May 31, 2024

If only the smaller model matches the task on your hand, I recommend you use more GPUs or reduce the batch size (from 32 to 16) or reduce the speech_max_length (from 40800 to 20400).

from funcodec.

lbehringer avatar lbehringer commented on May 31, 2024

Thanks for your insight! I reduced the batch size to 16 for now, which is sufficient for my current use case.

from funcodec.

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.