Merge pull request #82 from gordon0414/hparams-repo-id-integration
Fix AttributeError by adding missing 'repo_id' to HParams
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user