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

[Question] What is the iteration for in the training #32

Open
TianyangChen357 opened this issue Aug 7, 2020 · 3 comments
Open

[Question] What is the iteration for in the training #32

TianyangChen357 opened this issue Aug 7, 2020 · 3 comments

Comments

@TianyangChen357
Copy link

Hello Boulch,

Thanks for your nice work!

I was utilizing the pre-trained model you made for the semantic3D dataset and train a new model on my dataset.

I found # iteration impacted a lot of the model performance. I expect to know what it means but did not find an explanation in your paper. Could you give me a brief explanation about what it is?

Thanks so much for your help!
Tianyang

@aboulch
Copy link
Owner

aboulch commented Sep 2, 2020

Hello,
At training, the iter parameter is acually the number of batch in one epoch. It is true that is has a great impact: the number of training step on you model is define by num_steps = iter x epochs.

@TianyangChen357
Copy link
Author

TianyangChen357 commented Sep 2, 2020 via email

@aboulch
Copy link
Owner

aboulch commented Sep 16, 2020

Hello,
At training blocks are not predefined but randomly sampled.

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

2 participants