We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dab84 commit a317545Copy full SHA for a317545
1 file changed
seqchromloader/loader.py
@@ -59,8 +59,8 @@ def __iter__(self):
59
worker_info = torch.utils.data.get_worker_info()
60
pipeline = [
61
wds.SimpleShardList(self.wds),
62
- wds.tarfile_to_samples(),
63
wds.split_by_worker,
+ wds.tarfile_to_samples(),
64
wds.decode(),
65
wds.rename(seq="seq.npy",
66
chrom="chrom.npy",
0 commit comments