Skip to content
Discussion options

You must be logged in to vote

@mshooter Hi, could you try reinstalling it and running it again? I didn't experience the issue with the following command on Google Colab:

!pip install pytorch-lightning --upgrade
from pytorch_lightning import metrics

If the problem persists, could you run the following commands and share the output?

$ wget https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/tests/collect_env_details.py
$ python collect_env_details.py

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mshooter
Comment options

@akihironitta
Comment options

Answer selected by mshooter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment