pytorch-deeplab-xception
pytorch-deeplab-xception copied to clipboard
Pretrained Model not Loading
When I run the following line:
CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py --backbone resnet --lr 0.007 --workers 4 --epochs 50 --batch-size 16 --gpu-ids 0,1,2,3 --checkname deeplab-resnet --eval-interval 1 --dataset pascal --resume 'deeplab-resnet.pth.tar'
based off of train_voc.sh, I get the following error:
Traceback (most recent call last):
File "train.py", line 303, in
This is using the Resnet pretrained model downloaded from the GoogleDrive link on the README. Any help would be greatly appreciated.
i have the same question,have you fix it?
I have meet the same question,too.
I have meet the same question,too.
the same question.....
me too,do you resolve it?
i solved it,you should set --freeze-bn True
i solved it,you should set --freeze-bn True
I have set --freeze-bn True, but it has the same error