Merge pull request #82 from gordon0414/hparams-repo-id-integration

Fix AttributeError by adding missing 'repo_id' to HParams
This commit is contained in:
litagin02
2024-02-29 16:26:54 +09:00
committed by GitHub

View File

@@ -131,6 +131,7 @@ def run():
# This is needed because we have to pass values to `train_and_evaluate()`
hps.model_dir = model_dir
hps.speedup = args.speedup
hps.repo_id = args.repo_id
# 比较路径是否相同
if os.path.realpath(args.config) != os.path.realpath(