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
d5550e36d9
commit
69f4af9498
Binary file not shown.
@ -134,7 +134,7 @@ class LoRAHook():
|
||||
self.hook = module.register_forward_hook(self.hook_fn)
|
||||
self.lora = LoRAModule(
|
||||
embedding_dim=768,
|
||||
rank=2,
|
||||
rank=6,
|
||||
lora_alpha=10000.,
|
||||
)
|
||||
def hook_fn(self, module, input, output):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user