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
2ddec73e3a
commit
f6b1d87ffd
Binary file not shown.
@ -132,9 +132,9 @@ class LoRAHook():
|
|||||||
def __init__(self, module):
|
def __init__(self, module):
|
||||||
self.hook = module.register_forward_hook(self.hook_fn)
|
self.hook = module.register_forward_hook(self.hook_fn)
|
||||||
self.lora = LoRAModule(
|
self.lora = LoRAModule(
|
||||||
embedding_dim=768,
|
embedding_dim=768,
|
||||||
rank=4,
|
rank=4,
|
||||||
lora_alpha=1.0,
|
lora_alpha=1.0,
|
||||||
)
|
)
|
||||||
def hook_fn(self, module, input, output):
|
def hook_fn(self, module, input, output):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user