-
Notifications
You must be signed in to change notification settings - Fork 80
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
Epoch issue #15
Comments
As explained in #3, we didn't set a max epoch number. We trained PolarNet for around 15 epochs and the pretrained model was saved at the 6th epoch. |
Thank you for your response. Oh, so if you're going to put it together, you'll just put the train.py on indefinitely and then you'll automatically store the best model. Thank you! |
I'm sorry, but I have one more question..! I would like to ask what mathematical data the Voxel center position calculated. |
We uniformly cut the space into voxels. The voxel center position is the physical location of each voxel in the space. For the PolarNet, we fixed the space to be |
Hi, thank you very much for making the code publicly available. I would like to ask how many epochs did you train the new network (the one with added dropblock and leaklyrelu). I was not able to train your code to match the new pretrained model's performance. Thanks in advance! |
@thomeou the new network with dropblock requires almost twice the training time than the network without dropblock. In our experiment, it needs around 20 epochs to reach the highest mIoU on the validation split. |
Hello.
I am running polarnet.
May I ask you how many epochs you have made in the pretrained model?
Thank you.
The text was updated successfully, but these errors were encountered: