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 acceleration on Colab Notebooks #229

Open
ss8319 opened this issue Mar 17, 2022 · 1 comment
Open

GPU acceleration on Colab Notebooks #229

ss8319 opened this issue Mar 17, 2022 · 1 comment

Comments

@ss8319
Copy link

ss8319 commented Mar 17, 2022

I am curios to know how to enable the GPU acceleration on Google Colab. While running ISR_Prediction_Tutorial.ipynb, I have changed runtime type to GPU, but Colab shows that although I am connected I am not utilizing it.

@RE-N-Y
Copy link

RE-N-Y commented Apr 12, 2022

Try configuring your enviornment via running:

!pip uninstall tensorflow
!pip install tensorflow-gpu==2.1.0
!pip install isr --no-deps
!pip install 'h5py==2.10.0' --force-reinstall

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