Skip to content

Commit

Permalink
Update dataset_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntreasAntoniou committed Jul 24, 2019
1 parent 0cbfe11 commit 6c0490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dataset_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def maybe_unzip_dataset(args):
total_files == 3 and 'mini_imagenet_pkl' in datasets[dataset_idx]):
print("file count is correct")
done = True
elif datasets[dataset_idx] != 'omniglot_dataset' and datasets[dataset_idx] != 'mini_imagenet' and datasets[dataset_idx] and datasets[dataset_idx] != 'mini_imagenet_pkl':
elif datasets[dataset_idx] != 'omniglot_dataset' and datasets[dataset_idx] != 'mini_imagenet' and datasets[dataset_idx] != 'mini_imagenet_pkl':
done = True
print("using new dataset")

Expand Down

0 comments on commit 6c0490e

Please sign in to comment.