Details about ThreadDataLoader,CacheDataset,SmartCachedataset #3863
Unanswered
lanslotttTT
asked this question in
Q&A
Replies: 1 comment
-
Hi @lanslotttTT , Thanks for your interest here.
Thanks. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Monai is really helpful for AI research in medical images, I was a little confused when I used
ThreadDataLoader
,CacheDataset
,SmartCachedataset
.My question is that:1:How
ThreadDataLoader
it works? The parameterbuffe_size
is the size of the wait queue? what is the parameterrepeats
used for? Why repeats data in this dataloader ?
2:
CacheDataset
,the parameternum_worker
is related to my cpu cores? How do I specifycache_rate
in order to not fill my memory?3:Does I need update data before every traning step when using
SmartCachedataset
? Since it only have a part of dataset.Beta Was this translation helpful? Give feedback.
All reactions