Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Mar 13, 2024
1 parent 6acbc4e commit 87696d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-mlops/script/get-dataset-imagenet-val/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def preprocess(i):

full = env.get('CM_IMAGENET_FULL', '').strip() == 'yes'

path = env.get('CM_INPUT', env.get('IMAGENET_PATH', env.get('CM_DATASET_IMAGENET_PATH', '')).strip()
path = env.get('CM_INPUT', env.get('IMAGENET_PATH', env.get('CM_DATASET_IMAGENET_PATH', ''))).strip()

if path == '':
if full:
Expand Down

0 comments on commit 87696d6

Please sign in to comment.