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

package versions - reproductibility #76

Open
equalmc2 opened this issue May 25, 2023 · 1 comment
Open

package versions - reproductibility #76

equalmc2 opened this issue May 25, 2023 · 1 comment

Comments

@equalmc2
Copy link

I installed on a linux machine a conda virtual environment and then I run a pip install -r requirements.txt Unfortunately I always have errors on some package, like "from pytorch_lightning.utilities.seed import seed_everything" gives 'ImportError: cannot import name 'seed_everything' from 'pytorch_lightning.utilities.seed'" or "from pytorch_lightning.plugins import DDPPlugin
ImportError: cannot import name 'DDPPlugin' from 'pytorch_lightning.plugins'".

I tried different versions of packages, higher or lower, depending on what I found in Issues or on the internet. Is there any other method for testing this? A docker image, or the precise package numbers you used? Thank you

@zahrasalarian
Copy link

Not sure if this will still be helpful, but I faced the same issue and It was resolved by setting the following package versions:

torch==1.13
torchtext==0.6

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