We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Boring install problem here but when I install spinning up with the site instruction
git clone https://github.com/openai/spinningup.git cd spinningup pip install -e .
It installs tensorflow without gpu which may conflict with my existing tensorflow-gpu installation. (Everything work but is not using GPU anymore)
Maybe removing tensorflow from the depencies and letting the user install manually the desired version.
The speed up of GPU isn't necessary great when working with small layersize.
I sorted it by manual uninstalling and reinstalling with --force tensorflow-gpu
Thanks
The text was updated successfully, but these errors were encountered:
+1 on this. I changed this line to tensorflow-gpu>=1.8.0 so that it won't install tensorflow cpu.
tensorflow-gpu>=1.8.0
Sorry, something went wrong.
No branches or pull requests
Hello,
Boring install problem here but when I install spinning up with the site instruction
It installs tensorflow without gpu which may conflict with my existing tensorflow-gpu installation. (Everything work but is not using GPU anymore)
Maybe removing tensorflow from the depencies and letting the user install manually the desired version.
The speed up of GPU isn't necessary great when working with small layersize.
I sorted it by manual uninstalling and reinstalling with --force tensorflow-gpu
Thanks
The text was updated successfully, but these errors were encountered: