Skip to content

Commit ee32b57

Browse files
committed
Removed resolved FIXME note
1 parent ac5c2b0 commit ee32b57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

applications/vision/data/imagenet/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ def make_data_reader(num_classes=1000, data_path=None):
2020
print("Setting up data reader")
2121
train_data_dir = os.path.join(data_path, 'train')
2222
test_data_dir = os.path.join(data_path, 'val')
23-
#FIXME: This might not match the directory structure of the user's
24-
# dataset. We could infer the labels from the directory structure,
25-
# but the data reader is expecting a file.
2623
train_label_file = os.path.join(data_path, 'labels/train.txt')
2724
test_label_file = os.path.join(data_path, 'labels/val.txt')
2825

0 commit comments

Comments
 (0)