try using probs instead of log_preds in the accuracy_np function. Also, you should probably get the mean of probs, like in here
1 Like
try using probs instead of log_preds in the accuracy_np function. Also, you should probably get the mean of probs, like in here