You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, my code was wrong, and after fixing it, it works as expected.
Hi, I recently found this project and am interested in it.
In particular, the benchmark on ImageNet is amazing.
However, at the moment, I can only find its simplified example https://pytorch.org/tensordict/tutorials/tensorclass_imagenet.html.
I'm trying to modify it for ImageNet, then data.memmap_() in ImageNetData.from_dataset seems to take a very long time, even for the smaller validation dataset.
Can you please share the code to reproduce the experiment or let me know the tricks to use this example for larger problems?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sorry, my code was wrong, and after fixing it, it works as expected.
Hi, I recently found this project and am interested in it.
In particular, the benchmark on ImageNet is amazing.
However, at the moment, I can only find its simplified example https://pytorch.org/tensordict/tutorials/tensorclass_imagenet.html.
I'm trying to modify it for ImageNet, then
data.memmap_()
inImageNetData.from_dataset
seems to take a very long time, even for the smaller validation dataset.Can you please share the code to reproduce the experiment or let me know the tricks to use this example for larger problems?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions