tatsuhikonaito / DEEP-HLA

Upload test
Other
20 stars 10 forks source link

Allow remaining scripts to specify absolute path for --model-dir #8

Closed countdigi closed 1 year ago

countdigi commented 2 years ago

Moved os.path.join(BASE_DIR, model_dir, ...) code to a default value of os.path.join(BASE_DIR, 'model') for the --model-dir option so that absolute paths may be specified.