You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would open a PR myself but I couldnt find the notebook on the repo. It could be beneficial maybe to include it as part of the pl_examples? Then link the colab notebook to the version on master branch. That I could open a PR :)
Environment
Latest google colab
The text was updated successfully, but these errors were encountered:
🐛 Bug
The model notebook at GColab you link when creating an issue is outdated. Tries to import metrics from pytorch lightning:
I believe this is because pytorch_lightning doesn't include torchmetrics anymore, and they are a completely separate library.
To Reproduce
Go to the link and try to run it:
https://colab.research.google.com/drive/1HvWVVTK8j2Nj52qU4Q4YCyzOm0_aLQF3?usp=sharing
Expected behavior
To run smoothly!
How to solve it
Replace the import with a torchmetrics import:
I would open a PR myself but I couldnt find the notebook on the repo. It could be beneficial maybe to include it as part of the
pl_examples
? Then link the colab notebook to the version on master branch. That I could open a PR :)Environment
Latest google colab
The text was updated successfully, but these errors were encountered: