Skip to content
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

Open
torchlidar opened this issue Jul 3, 2020 · 6 comments
Open

Epoch issue #15

torchlidar opened this issue Jul 3, 2020 · 6 comments

Comments

@torchlidar
Copy link

Hello.

I am running polarnet.
May I ask you how many epochs you have made in the pretrained model?

Thank you.

@edwardzhou130
Copy link
Owner

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.

@torchlidar
Copy link
Author

torchlidar commented Jul 3, 2020

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!

@torchlidar
Copy link
Author

I'm sorry, but I have one more question..!

I would like to ask what mathematical data the Voxel center position calculated.

@edwardzhou130
Copy link
Owner

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 distance: 3∼50m, angle: -pi~pi, z:−3∼1.5m, and we set the voxel size as 480,360,32.

@thomeou
Copy link

thomeou commented Aug 17, 2020

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!

@edwardzhou130
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants