From 20a3c05d505bbf598b336db16e2d1ecee4ae7466 Mon Sep 17 00:00:00 2001 From: David Bau Date: Sat, 3 Sep 2022 04:32:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 998a794..3f15731 100644 --- a/README.md +++ b/README.md @@ -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).