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
Using sklearn-like metrics (from metrics.sklearns) works fine in DP mode, but results in the following error in DDP mode: Tensors must be CUDA and dense
🐛 Bug
Using sklearn-like metrics (from metrics.sklearns) works fine in DP mode, but results in the following error in DDP mode:
Tensors must be CUDA and dense
To Reproduce
This colab notebook has a full example: https://colab.research.google.com/drive/1uxihs4pztF_qTN-gkO1QOaX0npzE_uSZ?usp=sharing
Mentioning @justusschock
The text was updated successfully, but these errors were encountered: