Unanswered
Pytorch Lightning Question About Logging A Figure.
I Have The Following Code:
Based on your code snippet:Logger.current_logger().report_confusion_matrix(title='confusion', series=confusion', value=confmat_tensor.cpu().numpy(), iteration=i)
or Task.current_task().get_logger()
which is the same as Logger.current_logger()
148 Views
0
Answers
4 years ago
one year ago