kazuto1011 / deeplab-pytorch

PyTorch re-implementation of DeepLab v2 on COCO-Stuff / PASCAL VOC datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkpoint_final.pth doe not exit

wwwmmmqqq opened this issue · comments

deeplab-pytorch/data/models/${DATASET}/deeplabv2_resnet101_msc/*/checkpoint_final.pth doe not exit

Does it mean the training script did not produce checkpoint_final.pth anywhere or the path is wrong? Could you tell me know if you ran the scripts/train_eval.sh intact or any custom scripts?

Does it mean the training script did not produce checkpoint_final.pth anywhere or the path is wrong? Could you tell me know if you ran the scripts/train_eval.sh intact or any custom scripts?

It is wrong when the deeplab pytorch/data/models/${DATASET}/deeplabv2_resnet101_msc/*/checkpoint_final.pth was running . I do not find the code of downloading the checkpoint_final.pth.

The parameter file checkpoint_final.pth is not available until this line of training is finished. If you want to use the pre-trained parameters, please visit here in README and find the link to download it.

The parameter file checkpoint_final.pth is not available until this line of training is finished. If you want to use the pre-trained parameters, please visit here in README and find the link to download it.

There are three .pth files. Do I download all of them?

The parameter file checkpoint_final.pth is not available until this line of training is finished. If you want to use the pre-trained parameters, please visit here in README and find the link to download

did the errors appears because the line of training did not successfully run?

did the errors appears because the line of training did not successfully run?

I guess so.