Skip to content

Commit

Permalink
Merge branch 'poc' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jun 16, 2024
2 parents 05c36d2 + 8b93b2e commit 1fc21cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def get_run_cmd_reference(os_info, env, scenario_extra_options, mode_extra_optio
path_to_model = env.get('CM_MLPERF_CUSTOM_MODEL_PATH', env.get('CM_ML_MODEL_FILE_WITH_PATH', env.get('CM_ML_MODEL_CODE_WITH_PATH')))
env['MODEL_FILE'] = path_to_model

cmd = env['CM_PYTHON_BIN_WITH_PATH'] + " python/main.py --profile "+env['CM_MODEL']+"-"+env['CM_MLPERF_BACKEND'] + \
cmd = env['CM_PYTHON_BIN_WITH_PATH'] + os.path.join("python", "main.py") + " --profile "+env['CM_MODEL']+"-"+env['CM_MLPERF_BACKEND'] + \
" --model=" + q + path_to_model + q + \
" --dataset=" + env["CM_MLPERF_VISION_DATASET_OPTION"] + \
" --dataset-path=" + q + cognata_dataset_path + q + \
Expand Down

0 comments on commit 1fc21cc

Please sign in to comment.