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
Hi, when using the BinaryRecall, I'm getting an error that RuntimeError: "bitwise_and_cpu" not implemented for 'Float'.
This might be related to a previously closed issue here.
I had installed torcheval 0.0.7 from pip, with python 3.11 / torch 2.5.0 / cuda 12.4.
🐛 Describe the bug
Hi, when using the BinaryRecall, I'm getting an error that
RuntimeError: "bitwise_and_cpu" not implemented for 'Float'
.This might be related to a previously closed issue here.
I had installed torcheval 0.0.7 from pip, with python 3.11 / torch 2.5.0 / cuda 12.4.
Code to reproduce:
Result:
For the related metrics BinaryPrecision and BinaryAccuracy, it seems to work fine.
Versions
The text was updated successfully, but these errors were encountered: