Skip to content

Commit a8d88d1

Browse files
committed
sigh
1 parent f4938bb commit a8d88d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/prototype/datasets/_builtin/stanford_cars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ def _generate_categories(self, root: pathlib.Path) -> List[str]:
9393
meta_dp = Filter(devkit_dp, path_comparator("name", "cars_meta.mat"))
9494
_, meta_file = next(iter(meta_dp))
9595

96-
return list(read_mat(meta_file, squeeze_me=True)["class_names"])
96+
return list(read_mat(meta_file, squeeze_me=True)["class_names"])

0 commit comments

Comments
 (0)