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
324087e93b
commit
1c8d8329f8
Binary file not shown.
@ -535,8 +535,7 @@ def load_checkpoint_if_available(
|
||||
elif params.start_epoch > 1:
|
||||
filename = params.exp_dir / f"epoch-{params.start_epoch-1}.pt"
|
||||
else:
|
||||
filename = params.exp_dir / f"../conformer_24layer.pt"
|
||||
#return None
|
||||
return None
|
||||
|
||||
assert filename.is_file(), f"{filename} does not exist!"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user