mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
0eacb67f70
commit
aa1d4580ee
Binary file not shown.
Binary file not shown.
@ -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!"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user