Majd Mustapha
Results
2
comments of
Majd Mustapha
@Pawel-Kranzberg Pawel-Kranzberg Thank you for sharing the multi-label metrics code, when I try to run the trainer.fit() using these metrics I stumble upon this error, and I can't seem to...
EDIT ; I believe adding ``` y_true = y_true.detach().cpu().numpy() y_pred = y_pred.detach().cpu().numpy() ``` seems to solve the error. However I keep getting f1 micro and macro scores both at 0...