While running the code:
python projects/ISTR/train_net.py --num-gpus 4 --config-file projects/ISTR/configs/ISTR-R50-3x.yaml --eval-only MODEL.WEIGHTS ./output/model_final.pth
I encountered the following error-No such directory found projects/ISTR/configs/ISTR-R50-3x.yaml .
I looked into the configs folder and there was no file named ISTR-R50-3x.yaml.
Please help!
While running the code:
python projects/ISTR/train_net.py --num-gpus 4 --config-file projects/ISTR/configs/ISTR-R50-3x.yaml --eval-only MODEL.WEIGHTS ./output/model_final.pth
I encountered the following error-No such directory found projects/ISTR/configs/ISTR-R50-3x.yaml . I looked into the configs folder and there was no file named ISTR-R50-3x.yaml. Please help!