Replies: 2 comments 7 replies
-
Hi @jjhhan, did you mean when you update to 0.9.0 and use the same code which would cause the ram memory error? Did you check if the memory is occupied by other processes by using |
Beta Was this translation helpful? Give feedback.
1 reply
-
cpu and ram |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I updated to version 0.9, some errors occurred in the transform (0.8 and 0.7 are OK). The dataloader exceeded the RAM memory and prompted a pid (a random number) error. My task is 3D multi organization segmentation. I have simplified the transform according to the tutorial. The model(swin_UNETR and UNETR) can be retrained, but the results are very low. I can post some screenshots of previous training records and current code.


now training process:
old log
the transform code i used now is like this:
I want to reproduce the results and do not know how to do it
Beta Was this translation helpful? Give feedback.
All reactions