from local

This commit is contained in:
dohe0342 2023-05-26 11:57:04 +09:00
parent 41aba82845
commit e3a88029b1
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ from icefall.utils import (
write_error_stats,
)
import fairseq
LOG_EPS = math.log(1e-10)
class LoRAHook():