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

epochs #30

Open
jiyeooong opened this issue Aug 5, 2021 · 5 comments
Open

epochs #30

jiyeooong opened this issue Aug 5, 2021 · 5 comments

Comments

@jiyeooong
Copy link

(R2D dataset)
How many epochs did you train on RoadSeg-152?
The default maximum epoch value is 1000. However it is too big size.
Thanks.

@hlwang1124
Copy link
Owner

Hi, @jiyeooong . Sorry that I do not remember the specific epoch value. One sure thing is that the network can converge within 200 epochs.

@jiyeooong
Copy link
Author

jiyeooong commented Aug 10, 2021

Thanks!!!
I trained R2D datasets on these options.(Res34)
( --dataroot datasets/R2D --dataset R2D --name R2D --use_sne --num_threads 8 --nepoch 15 )
I only changed kitti_dataset.py code to R2D_dataset.py.
And I tested to my trained model on test datasets.
My results: Acc 99.1 /Pre 98.3 / Recall 99.4/ F-Score 98.9 / IoU 97.9
Why are my results better than your performance comparisons?

@hlwang1124
Copy link
Owner

Sorry for the late response. Did you adopt the same data split as mentioned in #2 ?

@jiyeooong
Copy link
Author

Sorry for the late response. Did you adopt the same data split as mentioned in #2 ?

Yes. I did.

@syc10-09
Copy link

@jiyeooong Hi
After training 200 epochs, I got similar high result using resnet34. Have you found the reason why got this result? Could you tell me? thank you very much!!!

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