-
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 17, 2023
Replies: 1 comment 7 replies
-
Could you provide a smallest reproduction code? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see. It is not necessarily a good idea to use a
data_list
withnum_workers > 0
since the loader has to move every element of this list to shared memory separately. One thing you can try is to convert yourdata_list
to anInMemoryDataset
: