from local

This commit is contained in:
dohe0342 2023-05-25 21:18:15 +09:00
parent a28267c5f2
commit c4066b7eb4
2 changed files with 1 additions and 1 deletions

View File

@ -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)