Closed jhgorse closed 3 years ago
@jhgorse
MisconfigurationException:
You requested GPUs: [0]
But your machine only has: []
Looks like the GPU runtime was not enabled or not available on colab. The unavailability of GPUS could be due to the usage limits of colab.
This could also happen if you have the CPU version of PyTorch installed and requesting computations on GPU. So recheck if the PyTorch installation is for your Cuda version from https://pytorch.org/
Aha! I can see the collab was using requirements.txt instead of requirements_colab.txt. Trying requirements_colab.txt now. It seems to work. Thank you! =)
Greetings,
Thank you for this excellently documented package. I am having some trouble getting the Collab to run step 4, Fine-tune the Model. Here is the output:
What do you think might be going wrong?
Cheers, Joe