Update README.md

This commit is contained in:
David Bau
2022-09-03 04:32:35 -04:00
committed by GitHub
parent 6b1c4f67c4
commit 20a3c05d50
+1 -1
View File
@@ -94,7 +94,7 @@ top_values, top_indexes = cs.tk.topk(10)
## Improved basic dataset objects
`ParallelImageFolder` is faster and provides more features than
`ImageFolderSet` is faster and provides more features than
pytorch `ImageFolder` including the ability to gather multiple
streams of parallel data tensors (such as segmentations and images).