You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
I was wondering about the training specifics to reproduce 80.1% IoU on validation, which you report. My initial model is deeplab_resnet_init.ckpt, which I reckon is a MS-COCO pre-trained model, but otherwise hasn't seen VOC. With train.py I get 82.6% / 74.8% on training / validation. train_msc.py yields 83.4% / 75.9%. I don't change anything set by default (i.e. 20000 iterations, learning rate, etc.). Is there any detail I missed?
Another question, did you also observe overfitting in your experiments?
Great job and thanks,
Nikita
The text was updated successfully, but these errors were encountered:
Hi Vladimir,
I was wondering about the training specifics to reproduce 80.1% IoU on validation, which you report. My initial model is deeplab_resnet_init.ckpt, which I reckon is a MS-COCO pre-trained model, but otherwise hasn't seen VOC. With train.py I get 82.6% / 74.8% on training / validation. train_msc.py yields 83.4% / 75.9%. I don't change anything set by default (i.e. 20000 iterations, learning rate, etc.). Is there any detail I missed?
Another question, did you also observe overfitting in your experiments?
Great job and thanks,
Nikita
The text was updated successfully, but these errors were encountered: