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

Specific versions of dependencies/requirements #2

Open
xylhal opened this issue Aug 7, 2023 · 1 comment
Open

Specific versions of dependencies/requirements #2

xylhal opened this issue Aug 7, 2023 · 1 comment

Comments

@xylhal
Copy link

xylhal commented Aug 7, 2023

Hi there,

Is it possible to provide the specific versions of the packages required or a requirements.txt to run the experiments?

I have installed the required packages but there seems to be a conflict with the package versions which causes Pytorch not to recognize the GPUs.

@ondrejbohdal
Copy link

Thank you for your interest in Meta Omnium and apologies for the delayed response!

We have used the following versions of the packages:

numpy==1.19.2
opencv-python==4.6.0
scikit-learn==0.24.2
torch==1.8.1
scipy==1.6.3
tqdm==4.60.0
optuna==3.1.0

Unrelated to Meta Omnium, we have also recently seen issues with PyTorch not recognizing GPUs after installation in a new conda environment. We have been able to resolve these by running the following twice (somehow it seems to have installed CPU version only when running it for the first time, but repeating it helped):
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

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

No branches or pull requests

2 participants