Describe the bug
previously running the tutorial on colab prints the iteration results:
https://colab.research.google.com/drive/1boqy7ENpKrqaJoxFlbHIBnIODAs1Ih1T
but the current weekly version doesn't work.
probably related to this check?
|
if isinstance(loss, dict): # print dictionary items |
Describe the bug
previously running the tutorial on colab prints the iteration results:
https://colab.research.google.com/drive/1boqy7ENpKrqaJoxFlbHIBnIODAs1Ih1T
but the current weekly version doesn't work.
probably related to this check?
MONAI/monai/handlers/stats_handler.py
Line 192 in b4fca1d