Giter Site home page Giter Site logo

Comments (5)

rockywind avatar rockywind commented on June 10, 2024 1

Thank you very much!
Yes I am running in a system with 4 GPUs

from behindthescenes.

Brummi avatar Brummi commented on June 10, 2024

Hi,
sure.
Could you please specify where you observe these data shapes?

from behindthescenes.

rockywind avatar rockywind commented on June 10, 2024

Hi,
This is the code reference.
image

from behindthescenes.

Brummi avatar Brummi commented on June 10, 2024

Assuming these are the shapes of the images that the network receives from the data loader.
[n, v, c, h, w]
n = Batch size
v = Number of frames / camera views per sample (e.g. for KITTI-360 it's 2 timesteps x 2 cameras (forward, fisheye) x 2 stereo (left, right) = 8)
c = Number of color channels
h = Height
w = Width

The batch size is directly fed to the dataloader. So it might be that you are running a system with 4 GPUs and the code automatically distributes the batch onto those 4 GPUs.

from behindthescenes.

ruili3 avatar ruili3 commented on June 10, 2024

Thank you very much! Yes I am running in a system with 4 GPUs

Hi may I ask how you make code work on multiple GPUs? Did you follow the advice raised from here?

Thank you a lot for the answer!

from behindthescenes.

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.