from local

This commit is contained in:
dohe0342 2023-01-10 00:56:30 +09:00
parent f92cd8a746
commit 324087e93b
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -535,7 +535,8 @@ def load_checkpoint_if_available(
elif params.start_epoch > 1:
filename = params.exp_dir / f"epoch-{params.start_epoch-1}.pt"
else:
return None
filename = params.exp_dir / f"../conformer_24layer.pt"
#return None
assert filename.is_file(), f"{filename} does not exist!"