[24/12/10] Implementation error on internvideo2_clip.py #218
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I noticed an issue with handling
base_layer
named parameters in theload text_encoder
logic of your code.The current implementation may not correctly map keys such as
q_proj
orv_proj
that require the addition of.base_layer
. under certain conditions. Here’s a revised version of the code that corrects this issue and ensures proper handling.Current code in
internvideo2_clip.py load_checkpoint
.Suggested code revision:
Explanation of the Change:
Benefit:
Request:
Please review the suggested changes. If this aligns with your expectations, I’d be happy to submit a Pull Request for the fix or assist further in any way required.
Best regards,
If you have any specific issue on this request, please mail to [email protected]. Thank you!!