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
used the below line to install torchmetrics
pip install torchmetrics
--> from torchmetrics import F1, MetricCollection
Triggers the following error:
ImportError: cannot import name 'F1' from 'torchmetrics' (/home/countai/miniconda3/envs/myenv/lib/python3.9/site-packages/torchmetrics/init.py)
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior...
Tried in python3.9 local machine and colab
used the below line to install torchmetrics
pip install torchmetrics
--> from torchmetrics import F1, MetricCollection
Triggers the following error:
ImportError: cannot import name 'F1' from 'torchmetrics' (/home/countai/miniconda3/envs/myenv/lib/python3.9/site-packages/torchmetrics/init.py)
The text was updated successfully, but these errors were encountered: