Giter VIP home page Giter VIP logo

Comments (4)

1787648106 avatar 1787648106 commented on September 17, 2024

Thank you so much for your great work. Could you please provide information about the number and type of GPUs you used for training the models?
a node of 4 A100.

from segvit.

narsisn avatar narsisn commented on September 17, 2024

Thank you for your response.
I've been going through your paper and noticed that you used a batch size of 16 for all models. But, when I checked the config files (segvit_vit-l_jax_640x640_160k_ade20k.py), it shows 2 samples per GPU. Given that I'm using 4 A100 GPUs, wouldn't that make the batch size 8?

I'm planning to reference your work and it'd be really helpful if I could get the exact configuration you used. Could you help me out with this?

Thanks in advance!

from segvit.

AkideLiu avatar AkideLiu commented on September 17, 2024

I believe it refers to a different dataset. In the original answer, we utilized a node with 4 A100 GPUs, with each GPU processing 4 samples in parallel on Pascal dataset due to a smaller crop size. However, if you are training a larger ViT model with a crop size of 640×640, you might require 8 A100 GPUs with 80GB memory, with each GPU handling 2 samples (as done in the current version of SegViT). For the upcoming version, SegViT v2, we will release the code that enables the use of a ViT base model, which will help reduce the cost of reproduction. This release will be available soon.

from segvit.

narsisn avatar narsisn commented on September 17, 2024

Thank you so much for your comprehensive response.

from segvit.

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.