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

Why does training require Tensorflow? #27

Open
VisionaryMind opened this issue May 23, 2022 · 1 comment
Open

Why does training require Tensorflow? #27

VisionaryMind opened this issue May 23, 2022 · 1 comment

Comments

@VisionaryMind
Copy link

I have PyTorch 1.11.0 with CUDA 10.2 installed, but when attempting to run training, the process dies due to a lack of a Tensorflow dependency. Where should the configuration be changed to ensure PyTorch is used. Perhaps this code does not work with PyTorch 1.11?

@VisionaryMind
Copy link
Author

VisionaryMind commented May 23, 2022

For anyone that encounters this problem, you can resolve by downgrading to these versions in the dependency stack:

scipy==1.2.0
torch==1.9.0+cu111
torchvision==0.10.0+cu111
tensorflow==1.15.0

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

1 participant