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
a28267c5f2
commit
c4066b7eb4
Binary file not shown.
@ -139,7 +139,7 @@ class LoRAHook():
|
||||
)
|
||||
def hook_fn(self, module, input, output):
|
||||
print('-'*20)
|
||||
print(len(input), output.size())
|
||||
print(input[0].size(), output.size())
|
||||
print('-'*20)
|
||||
|
||||
lora_out = self.lora(input)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user