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