Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC+BUG: getitem returns a single tuple, not nested tuple
The example code should be ``` for image, dna_barcode, label in dataset: ``` instead of ``` for (image, dna_barcode), label in dataset: ``` since the return value is one tuple not a nested tuple. Reported by @xl-huo.
- Loading branch information