Giter VIP home page Giter VIP logo

Comments (2)

Yuxin-CV avatar Yuxin-CV commented on May 31, 2024

Hi @LuckyDC, thanks for your interest in YOLOS.

We train all YOLOS models on 1 node with 8 x 11G 2080Ti GPUs.

  • For the YOLOS-Ti, the batch_size_per_GPU can set to 2 or 3, we use 2. 150 epochs training takes ~4 days.
  • For YOLOS-Small and YOLOS-Base, we use a hack called gradient checkpointing:

    YOLOS/models/backbone.py

    Lines 325 to 326 in 2e10dc4

    if self.use_checkpoint:
    x = checkpoint.checkpoint(self.blocks[i], x) # saves mem, takes time

    A tutorial can be found here.
    This flag can save a lot of GPU memory, at a cost of more training time: 150 epochs training takes ~10 days for YOLOS-Small, and takes ~20 days for YOLOS-Base.

Recently, we have access to an 8 x 24G 3090 GPUs node, we find it takes ~6 days to train 150 epochs for YOLOS-Small.

from yolos.

LuckyDC avatar LuckyDC commented on May 31, 2024

Thanks for your reply. I will try gradient checkpointing~

from yolos.

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.