Skip to content

Commit fa4c276

Browse files
authored
Update 2020-08-11-efficient-pytorch-io-library-for-large-datasets-many-files-many-gpus.md
I noticed another small issue: at the very end, the blog post links to webdataset-examples; that’s an old repo. It should just say “pytorch-imagenet-wds contains an example of how to use WebDataset with ImageNet, based on the PyTorch ImageNet example”; the link should go to github.com/tmbdev/pytorch-imagenet-wds
1 parent a6a5dc3 commit fa4c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-08-11-efficient-pytorch-io-library-for-large-datasets-many-files-many-gpus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For a general introduction to how we handle large scale training with WebDataset
149149

150150
* [tensorcom](https://github.com/NVLabs/tensorcom) is a library supporting distributed data augmentation and RDMA to GPU.
151151

152-
* [webdataset-examples](https://github.com/tmbdev/webdataset-examples) contains an example (and soon more examples) of how to use WebDataset in practice.
152+
* [pytorch-imagenet-wds](https://github.com/tmbdev/pytorch-imagenet-wds) contains an example of how to use WebDataset with ImageNet, based on the PyTorch ImageNet example.
153153

154154
* [Bigdata 2019 Paper with Benchmarks](https://arxiv.org/abs/2001.01858)
155155

0 commit comments

Comments
 (0)