image-super-resolution icon indicating copy to clipboard operation
image-super-resolution copied to clipboard

GPU acceleration on Colab Notebooks

Open ss8319 opened this issue 2 years ago • 1 comments

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.

ss8319 avatar Mar 17 '22 13:03 ss8319

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

RE-N-Y avatar Apr 12 '22 10:04 RE-N-Y