Verbose transform logs #5400
Answered
by
wyli
DanBlanaru
asked this question in
Q&A
Verbose transform logs
#5400
-
I'm using code slightly modified from https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/spleen_segmentation_3d_lightning.ipynb. However, there is this super verbose print on every step
How do I get rid of this? The transforms are
and the training config is
Also, the versions of relevant packages are:
|
Beta Was this translation helpful? Give feedback.
Answered by
wyli
Oct 25, 2022
Replies: 1 comment 1 reply
-
thanks for reporting, that's improved since v0.9.1, could you please try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DanBlanaru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for reporting, that's improved since v0.9.1, could you please try
monai==1.0.1
?