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
If you try to iterate over a metric (by mistake in my case), it just spins forever, making it appear that the program is hung. I'm not sure internally to torchmetrics exactly why this behavior occurs and if it is desired, but it would be nice if it errored out or something, unless there is a use for iterating over a metric that I am not aware of?
🐛 Bug
If you try to iterate over a metric (by mistake in my case), it just spins forever, making it appear that the program is hung. I'm not sure internally to torchmetrics exactly why this behavior occurs and if it is desired, but it would be nice if it errored out or something, unless there is a use for iterating over a metric that I am not aware of?
The above code will spin forever, printing something like this
Expected behavior
I would expect an error to be raised if I try to iterate over a metric.
Environment
conda
,pip
, build from source):0.10.2
The text was updated successfully, but these errors were encountered: