from local

This commit is contained in:
dohe0342 2022-12-30 11:26:20 +09:00
parent b99e0e7486
commit a93e667ae4
3 changed files with 0 additions and 2 deletions

View File

@ -664,8 +664,6 @@ def main():
logging.info("About to create model")
model = get_transducer_model(params)
print(model)
if params.model_name:
load_checkpoint(f"{params.exp_dir}/{params.model_name}", model)
else: