jiwoon-ahn / irn

Weakly Supervised Learning of Instance Segmentation with Inter-pixel Relations, CVPR 2019 (Oral)
MIT License
519 stars 100 forks source link

How many epochs for IRN ? #10

Closed abeardear closed 4 years ago

abeardear commented 4 years ago

I have train CAM for 5 epochs and get 48.3 miou, but map and miou is low for sem_seg and ins_seg, when I train it 3 epochs.

Every thing not changed except I modify train_irn.py in line40, model = torch.nn.DataParallel(model).cuda()

jiwoon-ahn commented 4 years ago

Hi @xiongzihua. I think your question overlaps with this thread. Please check the link.