Skip to content
New issue

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

Requirements of pytorch #29

Open
smalltheater opened this issue Mar 17, 2022 · 3 comments
Open

Requirements of pytorch #29

smalltheater opened this issue Mar 17, 2022 · 3 comments
Labels
good first issue Good for newcomers

Comments

@smalltheater
Copy link

Hello, what's the requirements of pytorch version?

@Chen-Xieyuanli
Copy link
Member

@BIT-MJY could you please give your PyTorch setup here?

@BIT-MJY
Copy link
Collaborator

BIT-MJY commented Mar 18, 2022

Hello @smalltheater ,

Thanks for using our code! The setup of OverlapNet (pytorch) is the same as the one used in our newest work OverlapTransformer for faster retrieval, which is:

torch==1.10.2+cu113  
torchvision==0.11.3+cu113  
torchaudio==0.10.2+cu113  
  
matplotlib==3.4.3    
numpy==1.20.3    
tensorboardx==2.4    
pyyaml==6.0    
opencv-python==4.5.4.58    
faiss-cpu==1.7.1    
scikit-learn==0.24.2    

You can download our Torch dependences by pip:

pip3 install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio==0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

or by conda:
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch

By the way, the data used for training and evaluation here is the same as the data used in OverlapTransformer, maybe our new work can also help you.

@Chen-Xieyuanli Chen-Xieyuanli added the good first issue Good for newcomers label Mar 21, 2022
@Chen-Xieyuanli
Copy link
Member

@BIT-MJY Thanks for the detailed reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants