Open txfs1926 opened 5 years ago
I got runtime error at the last step, too. But I think your snapshot has been saved so the runtime error is OK.
Your comment is commited on 8 Nov 2019, and the code at this time has a bug Issue11. In CriterionPixelWise() funciton: N,C,W,H = preds_T[0].shape softmax_pred_T = F.softmax(preds_T[0].view(-1,C), dim=1). And this bug is fix on Dec 9, 2019, why your result(IOU0.685917) seems not bad(through it also didn't reach the claimed result)?
Hi, thanks for your great work! I've tried run the train script to reproduce the result and encountered an error at step 40000th (i.e. the last step).
I made two changes to the train scripts. One is to train the student model without loading ImageNet pre-trained weight. The other is to import
InPlaceABN
directly frominplace_abn
package instead oflibs
directory, to make this project compatible with PyTorch v1.0 and above. Here is the edited shell script:Could you help me to solve this problem? Thanks!