aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 647 forks source link

train_net.py not saving .pth file to output/batext/totaltext/attn_R_50 directory #627

Open madsysharma opened 7 months ago

madsysharma commented 7 months ago

Hi, I'm running the train_net.py script with the following command: python tools/train_net.py --config-file configs/BAText/TotalText/attn_R_50.yaml MODEL.DEVICE cpu

But I'm not able to see any .pth file stored in the output/batext/totaltext/attn_R_50 directory. The yaml configs are correct.

Anything I'm doing wrong?