Coder Social home page Coder Social logo

Resource allocation about kpconv HOT 1 CLOSED

huguesthomas avatar huguesthomas commented on July 17, 2024
Resource allocation

from kpconv.

Comments (1)

HuguesTHOMAS avatar HuguesTHOMAS commented on July 17, 2024

Hi @ehgh,

For your first question, multi GPU training is not easy to implement with Tensorflow, and not useful for our experiments, so we do not have the possibility to use it in our code.

For your second question, our model is designed to work with various size frames. As explained in the paper, one batch is composed of a varying number of frames (depending on their size). It is filled with frames until a certain limit of points is reached. Therefore, the overall size of the batch should not vary much during training.

The batch size parameters controls the average number of frames in a batch. Before the network starts, we compute the maximum number of points in a batch so that the average number of frames corresponds to this value. You should not set this parameter lower than 3 or 4 if you want GPU memory allocation to be stable.

If you look at the batch generator, the model randomly drops some points for the largest frames that cannot even fit in a batch. Therefore, the model should not crashed if you calibrated your batch limit well.

from kpconv.

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.