You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I resume the trained model, it starts from zero?
Or when I specify the path, it gives me the following error: TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered:
Thanks for your response,
I tried the following: python projects/SparseRCNN/train_net.py --num-gpus 1 \ --config-file projects/SparseRCNN/configs/sparsercnn.res50.300pro.3x.yaml --resume
and python projects/SparseRCNN/train_net.py --num-gpus 1 \ --config-file projects/SparseRCNN/configs/sparsercnn.res50.300pro.3x.yaml --resume output/
The above worked but started from zero .
python projects/SparseRCNN/train_net.py --num-gpus 1 --config-file projects/SparseRCNN/configs/sparsercnn.res50.300pro.3x.yaml --resume
works well in my case.
When I resume the trained model, it starts from zero?
Or when I specify the path, it gives me the following error:
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered: