-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate my own data "batch_size exceeded!" #16
Comments
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
|
Thank you very much for your quick and detailed reply! I got it at once. |
I have never tested other options so I am not sure how they can influence the training. |
Then I'll try it by myself. Really appreciate your fast response. Great thanks! |
Hi Chen, thank you for sharing the code.
I am trying to train the network with my own data. But when I used 2_gather_256vox_16_32_64.py to generate training data from my 256^3 voxels, I got warnings like "64-- batch_size exceeded! and 32-- batch_size exceeded!" and "2_test_hdf5.py" generate something like this
3_p64_3
It seems something is wrong but I haven't found out the problem. Could you please give me some hints or have you met this before? I'm eager to know how to fix it.
Great Thanks!
The text was updated successfully, but these errors were encountered: