We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b016ca8 + 0068b90 commit 88a0b1fCopy full SHA for 88a0b1f
dask_pytorch_ddp/data.py
@@ -85,7 +85,7 @@ def __init__(
85
self.s3_bucket = s3_bucket
86
self.s3_prefix = s3_prefix
87
self.anon = anon
88
- self.all_files = _list_all_files(s3_bucket, s3_prefix, anon)
+ self.all_files = _list_all_files(s3_bucket, s3_prefix, anon=anon)
89
self.classes = sorted({self._get_class(x) for x in self.all_files})
90
self.class_to_idx = {k: idx for idx, k in enumerate(self.classes)}
91
self.transform = transform
0 commit comments