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 for CPU on macOS #10

Closed
loretoparisi opened this issue Nov 15, 2018 · 4 comments
Closed

Requirements for CPU on macOS #10

loretoparisi opened this issue Nov 15, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@loretoparisi
Copy link

These are the right requirements when on macOS (hence no NVIDIA, no GPU :(

sacred==0.7.3
#tensorflow-gpu==1.8.0
tensorflow == 1.8
librosa==0.6.2
scikit-image==0.13.1
soundfile==0.10.2
scikits.audiolab==0.11.0
lxml==4.2.1
musdb==0.2.3
museval==0.2.0
google
protobuf

Note that both google and protobuf are needed - according to tensorflow/tensorflow#6341

Thank you.

@loretoparisi loretoparisi changed the title Requirement for CPU Requirements for CPU on macOS Nov 15, 2018
@f90
Copy link
Owner

f90 commented Nov 15, 2018

I will add a notice that for non-GPU setups, you need to replace the TF version like you did.

Can you name me the google and protobuf version you end up with when doing this? Provided it works now?
I would like to fix the versions of the packages to avoid conflicts in the future when they are updated

@f90
Copy link
Owner

f90 commented Nov 15, 2018

FYI I was able to make it work right out of the gate on a Linux system with libsndfile pre-installed, when using this requirements file with pip, in a completely new pip virtualenv (no other packages):

numpy==1.15.4
sacred==0.7.3
tensorflow==1.8.0
librosa==0.6.2
scikit-image==0.13.1
soundfile==0.10.2
scikits.audiolab==0.11.0
lxml==4.2.1
musdb==0.2.3
museval==0.2.0
google==2.0.1
protobuf==3.4.0

Could you verify this is okay to use on your end as well?
Thanks

@loretoparisi
Copy link
Author

Let me try

@loretoparisi
Copy link
Author

@f90 confirmed. Now I get the errors that I have in #9, so it's ok with this requirements.

f90 added a commit that referenced this issue Nov 15, 2018
Added notice into Readme about libsndfile being required on system (issue #7)
Librosa requirement from 0.6.1 to 0.6.2
Added notice about how to use the project without GPU (by enabling CPU-Version) into Readme
Added notice about MacOS matplotlib issue (issue #8) into Readme
@f90 f90 added the bug Something isn't working label Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants