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
I encountered a strange issue while fine-tuning the model. When I freeze the vision encoder and only unfreeze the visual merger for training, the training loss immediately drops to 0.0 and stays there. However, if I set all visual parameters to requires_grad = False, the loss remains normal.
I encountered a strange issue while fine-tuning the model. When I freeze the vision encoder and only unfreeze the visual merger for training, the training loss immediately drops to 0.0 and stays there. However, if I set all visual parameters to requires_grad = False, the loss remains normal.