Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trained Resample with Siglip Got inconvergence loss #22

Open
lucasjinreal opened this issue Apr 23, 2024 · 1 comment
Open

Trained Resample with Siglip Got inconvergence loss #22

lucasjinreal opened this issue Apr 23, 2024 · 1 comment

Comments

@lucasjinreal
Copy link

Hi, I adopt this Resampler module to LLaVa without slicing, and replace the vision encoder from CLIP to siglip, the loss can not converge.

Any thought about this?

@guozonghao96
Copy link
Collaborator

We also encountered this problem recently. We found that when using vicuna v1.5 as LLM and Siglip-Large as ViT, the model can not converge. The final loss of pretraining stage is about 2.3~2.5, which make the final model degeneration to a bad performance. After using Qwen2-7B as LLM, there is no non-converge problem and a good performance than Vicuna v1.5-7B. Maybe there is something wrong when training on vicuna v1.5, but we do not found the true reason on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants