image-super-resolution
image-super-resolution copied to clipboard
GPU acceleration on Colab Notebooks
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.
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