Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants