Coder Social home page Coder Social logo

Comments (4)

czq142857 avatar czq142857 commented on August 18, 2024

Hi,

This is because the maximum number of points are sampled for the shape but they are still unable to cover the entire shape. For example, you may need 20000 points to cover the entire shape but the upper bound set in the code is 16384, then you will get a "batch_size exceeded" warning.

You can safely ignore the warnings if only a small portion of the shapes have such warnings.

If you want to change the upper bounds, find the following lines of code at each script and change batch_size_2 and batch_size_3 to some larger numbers. (batch_size_1 is for 16^3 voxels and 16*16*16 is already the maximum possible amount.)

batch_size_1 = 16*16*16
batch_size_2 = 16*16*16
batch_size_3 = 16*16*16*4

from im-net.

Howardyangyixuan avatar Howardyangyixuan commented on August 18, 2024

Thank you very much for your quick and detailed reply! I got it at once.
So for the best performance of IM-Net and also for BSP-Net should I use the maximum possible amount to prevent "batch_size exceeded" regardless of the time of trainig?
And have you ever test how the growing batch_size will slow down the training of the network?

from im-net.

czq142857 avatar czq142857 commented on August 18, 2024

I have never tested other options so I am not sure how they can influence the training.

from im-net.

Howardyangyixuan avatar Howardyangyixuan commented on August 18, 2024

Then I'll try it by myself. Really appreciate your fast response. Great thanks!

from im-net.

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.