Closed susnato closed 1 year ago
I managed to figure out what was causing the issue, it was a differnt version of pytorch-lightning
used in the code and the colab
has a different version we need to install pytorch-lightning==1.8.4
to run it successfully in colab.
First of all, very cool project :+1: . Now the error,
I tried to run the colab script and in this code block -
I got this error -
I think there might be a problem with checkpoint, but not entirely sure.