Closed mistake0316 closed 2 years ago
Hi @mistake0316! Sorry for being MIA for so long, I have updated the notebook to use pydrive which should work fine now (at least it does in my tests).
Please reopen the issue if there are still problems.
Best, Omer
I run colab today, and found the error showing at bottom. To solve this problem, my approach is following
!gdown --id ${id} -O path/to/store.pth # in colab
model_path = path/to/store.pth # replace the line before load ckpt in colab