Vineet Sharma
Vineet Sharma
I have the same issue.
Thanks for your reply. The version of the ClearML Agent : 1.4.1 (found using the clearml-agent --version command) The version of the ClearML Server as mentioned in the docker_compose.yaml is...
Any idea on how to fix this. Thanks for the help !
Hello There, I have used the Confusion Matrix from TorchMetrics as below **Create the Confusion Matrix Function** `cm_fn = torchmetrics.ConfusionMatrix(task='multiclass', num_classes=3)` **Pass the y_pred and y_true to the cm_fn to...
Hello There, I had similar issue. Seems that MPS does not support all the operations. A work around is to move the tensors to the CPU Example. ``` if compute_device...