Closed countdigi closed 1 year 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.
os.path.join(BASE_DIR, model_dir, ...)
os.path.join(BASE_DIR, 'model')
--model-dir
Moved
os.path.join(BASE_DIR, model_dir, ...)
code to a default value ofos.path.join(BASE_DIR, 'model')
for the--model-dir
option so that absolute paths may be specified.