Skip to content

Commit

Permalink
Removed resolved FIXME note
Browse files Browse the repository at this point in the history
  • Loading branch information
graham63 committed Feb 27, 2023
1 parent 30dd65e commit fcd781c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions applications/vision/data/imagenet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def make_data_reader(num_classes=1000, data_path=None):
print("Setting up data reader")
train_data_dir = os.path.join(data_path, 'train')
test_data_dir = os.path.join(data_path, 'val')
#FIXME: This might not match the directory structure of the user's
# dataset. We could infer the labels from the directory structure,
# but the data reader is expecting a file.
train_label_file = os.path.join(data_path, 'labels/train.txt')
test_label_file = os.path.join(data_path, 'labels/val.txt')

Expand Down

0 comments on commit fcd781c

Please sign in to comment.