from local

This commit is contained in:
dohe0342 2022-12-12 14:31:02 +09:00
parent 48e31434b4
commit 914db5b147
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -116,7 +116,7 @@ from beam_search import (
greedy_search_batch,
modified_beam_search,
)
from train import add_model_arguments, get_params, get_transducer_model
from train import add_model_arguments, add_rep_arguments, get_params, get_transducer_model
from icefall.checkpoint import (
average_checkpoints,