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

GPU Installation conflict #61

Open
unrealwill opened this issue Nov 26, 2018 · 1 comment
Open

GPU Installation conflict #61

unrealwill opened this issue Nov 26, 2018 · 1 comment

Comments

@unrealwill
Copy link

unrealwill commented Nov 26, 2018

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

@tkelestemur
Copy link

+1 on this. I changed this line to tensorflow-gpu>=1.8.0 so that it won't install tensorflow cpu.

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