-
Notifications
You must be signed in to change notification settings - Fork 972
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
update the requirements and fix the _expand_mask
import issue
#705
base: main
Are you sure you want to change the base?
Conversation
update instructions for Unified Feature Extraction Interface
update documentation for feature extraction
fix typos
When loading ALBEF feature extractor, it loads pre-trained checkpoints. Yet the default behavior of load_from_pretrained will rename bert keys. As a result, weights for ALBEF text encoders are not properly loaded. This can be confirmed by checking missing keys after loading weights. This commit fixes the issue by adding an option to not rename the keys. Other ALBEF task-specific architectures should not be affected.
* BLIP-Diffusion
Updated outdated links in blip-diffusion's README.md
…ypos/cleaned up some comments
X-InstructBLIP Code
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Maulik Madhavi. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce Inc. Contributor License Agreement and this Pull Request will be revalidated. |
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Junnan Li <j***@s***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, refresh the status of this Pull Request. |
Thanks for the contribution! Before we can merge this, we need @dxli94 @schhoi to sign the Salesforce Inc. Contributor License Agreement. |
…/LAVIS into patch-requirements
a4800cd
to
6a00768
Compare
_expand_mask
cannot import name '_expand_mask' #571