from local

This commit is contained in:
dohe0342 2023-01-24 15:22:09 +09:00
parent 0eacb67f70
commit aa1d4580ee
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -731,7 +731,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"../d2v-base-T.pt"
#return None
assert filename.is_file(), f"{filename} does not exist!"