Is anyone using webdataset with pl? #6919
Unanswered
cwerner
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Ok, seems like webdataset decode has issues decoding my tif shards. When I switch to pngs my pipeline works... still interested in example code if people use webdataset with pl to learn some tricks 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi all 👋
I was wondering if any PyTorch lightning practitioners are using webdataset (https://github.com/tmbdev/webdataset) for data loading? I initially planned on implementing hdf5 dataloaders to avoid having >500k files in my filesystem but figured webdataset tars would actually be a better fit...
I tried to use it for my semantic segmentation project but I’m stuck in the middle (decode failing and I haven’t previously used iterabledataset).
Unfortunately, the documentation is pretty scarce and I can’t find many examples. I think It’d help me a lot if I’d see an actual implementation example with current PyTorch lightning.
cheers,
Christian
Beta Was this translation helpful? Give feedback.
All reactions