You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
), only save and load linear weight but no bias. But when using lora_vit, it seems bias=True in melo.lora_vit.head (examples.ipynb)
, which cause a random init for head.bias. Is this a bug or what?
Hoping for your reply~
The text was updated successfully, but these errors were encountered:
Thank you for opensource code!
I have a question about lora_vit.head. It seems when save lora fc weight(
LoRA-ViT/lora.py
Line 100 in 45be249
LoRA-ViT/lora.py
Line 497 in 45be249
bias=True
in melo.lora_vit.head (examples.ipynb), which cause a random init for head.bias. Is this a bug or what?
Hoping for your reply~
The text was updated successfully, but these errors were encountered: