CPU RAM Memory usage #1438
Unanswered
patriksabol
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Is this on 0.4.1 or on the main branch? If the latter, it could be related to #1331. |
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
-
Hello guys,
I am training model on Chesapeake13 labels and ChesapeakeCVPR rasters, from which I pull only naip-new.tif rasters off.
I use RandomBatchGeoSampler using pathsize=256. When cache=True for DataLoader, during training, the CPU RAM memory is constantly increasing. I have found length=50000 is just to fit into 200GB RAM memory. Using higher length leads to CPU RAM memory overflow. Is this expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions