We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i try to run train.py,i meet this problem (ModuleNotFoundError: No module named 'cirtorch')
The text was updated successfully, but these errors were encountered:
I have same problem :(
Sorry, something went wrong.
Run from main directory of repository such as cd cnnimageretrieval-pytorch python3 -m cirtorch.examples.train YOUR_EXPORT_DIR --gpu-id '0' --training-dataset 'retrieval-SfM-120k' --test-datasets 'roxford5k,rparis6k' --arch 'resnet101' --pool 'gem' --loss 'contrastive' --loss-margin 0.85 --optimizer 'adam' --lr 5e-7 --neg-num 5 --query-size=2000 --pool-size=22000 --batch-size 5 --image-size 362
cd cnnimageretrieval-pytorch
python3 -m cirtorch.examples.train YOUR_EXPORT_DIR --gpu-id '0' --training-dataset 'retrieval-SfM-120k' --test-datasets 'roxford5k,rparis6k' --arch 'resnet101' --pool 'gem' --loss 'contrastive' --loss-margin 0.85 --optimizer 'adam' --lr 5e-7 --neg-num 5 --query-size=2000 --pool-size=22000 --batch-size 5 --image-size 362
sys.path.append(os.pardir) append the root path of the project to train.py
No branches or pull requests
when i try to run train.py,i meet this problem
(ModuleNotFoundError: No module named 'cirtorch')
The text was updated successfully, but these errors were encountered: