Open gnsci opened 2 years ago
Hi there, Thanks for sharing your codes. I wonder if the experience setting in your current train.py can achieve mIoU=0.6768 on Cityscapes. I trained the model, but I can get good result. Can you share the setting for getting mIoU=0.6768?
hi @gnsci i think maybe u can try start the training with lr=0.01, then load the weights and restart the training with a lower lr (say 0.001). By the way, the pretrained weights is provided in this repo, u can download it from google drive and directly load it into the network. however, note that this is NOT the official implementation of DSRL so u may find the result is not so good as what is presented in the paper.
Thanks a lot!
Hi there, Thanks for sharing your codes. I wonder if the experience setting in your current train.py can achieve mIoU=0.6768 on Cityscapes. I trained the model, but I can get good result. Can you share the setting for getting mIoU=0.6768?