-
Notifications
You must be signed in to change notification settings - Fork 80
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
Better specification of setup requirements #346
Comments
That is correct. The setup is quite messy at the moment. I think we should work this over. We should probably also switch from egg to whl when building dists. What do you think @pminervini ? Can you handle this? |
Yup, let me check what's the best practice
It's fine - I have it as well. |
I can set up a nightly cron job for building a http://jack.neuralnoise.com/dist/ Then it would be possible to install pip3 install http://jack.neuralnoise.com/dist/jack-0.1.0-py2.py3-none-any.whl But maybe there's a better way of handling this whole thing. |
I think |
@dirkweissenborn ok - I'm now working on using |
Bam: #349 |
I think it requires cuDNN > v6 because v5 didn’t work for me and also an explanation of why CUDA 8.0 is specified (ie will 7.5 work fine or is that there so you don’t update to 9.0? - I’m not sure because I just updated to 8.0). Also, what Python version? I updated to 3.6 since it uses tensorflow 1.4 but getting a runtime warning which seems to indicate that I should have left it at 3.5. Also, you have to manually install tensorflow-gpu to get it running on the GPUs (I think) and it doesn’t get installed with the requirements.
The text was updated successfully, but these errors were encountered: