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

Hardware #3

Closed
ChrisCJou opened this issue Feb 26, 2020 · 2 comments
Closed

Hardware #3

ChrisCJou opened this issue Feb 26, 2020 · 2 comments

Comments

@ChrisCJou
Copy link

Hello, this looks like a great project, but my system is having issues running it. More specifically, the Blind source separation part.

I'm not currently sure if this is due to my CUDA configuration/version or maybe some conflict with the PyTorch version and CUDA since I get an error upon hitting "Flag = s.optimize()".

What type of hardware did you run this on and what CUDA version were you running? Thanks!

@YapengTian
Copy link
Collaborator

YapengTian commented Feb 27, 2020

Thanks for your interest! The CUDA version is 10.2 and Pytorch version is 1.2.0.

@ChrisCJou
Copy link
Author

Hi and thanks for the reply. I was able to upgrade my Torch/Torchvision version and it looks like it is now working.

For people who encounter this issue in the future, here is what I had to change to get this working on my machine, ymmv.

  1. Upgrade torch + torchvision to latest
  2. Downgrade pillow version from 7.0.0 to 6.2.2
  3. pip install scikit-video
  4. Downgrade librosa from 0.7.2 to 0.6.3

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