-
Hi, when I want to train a 3d Unet segmentation model , I meet the error at the 133th epoch:
It seems that some tranforms of the training stage are failded. I'm confused why it didn't fail in the beginning?And How can I solve this problem? This is my transforms scripts:
These are configs
Thanks for reply! |
Beta Was this translation helpful? Give feedback.
Answered by
wyli
Jan 13, 2023
Replies: 1 comment 3 replies
-
it seems the transforms are used with a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lyangfan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it seems the transforms are used with a
CacheDataset
, could you please share how the dataset is initialised? I can try to reproduce if you provide more implementation details.