from local

This commit is contained in:
dohe0342 2022-12-30 11:43:33 +09:00
parent 36ba8a168c
commit 5b20e3d06c
2 changed files with 0 additions and 4 deletions

View File

@ -747,10 +747,6 @@ def main():
model.to(device)
model.eval()
for n, p in model.named_parameters():
if 'adapter' in n:
print(p)
if "fast_beam_search" in params.decoding_method:
if params.decoding_method == "fast_beam_search_nbest_LG":
lexicon = Lexicon(params.lang_dir)