-
Notifications
You must be signed in to change notification settings - Fork 3k
Add Image Text Retrieval taskflow&pipelines API #4516
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e29e4a5
Add vision language taskflow API
w5688414 b3c7d0a
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleNLP i…
w5688414 88ea9fb
Update image text retrieval taskflow api
w5688414 2970900
Add multimodal_retriever of pipelines
w5688414 6840d71
Add image text retrieval pipelines application
w5688414 3bcb212
Change image text retrieval to feature extraction
w5688414 dd4c83b
Add feature extraction docs
w5688414 f1c08b9
Add onnx support
w5688414 5840835
Fix some bugs and remove unused comments
w5688414 90d0a66
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleNLP i…
w5688414 932cd02
fix some errors and adjust onnx ouput config
w5688414 70cf0d8
Update docs
w5688414 858a686
Add taskflow loading finetune model
w5688414 2651dae
Rename mode to export_type
w5688414 f8fcbae
Remove clip english models
w5688414 d6c5638
Add unit test for feature extraction taskflow
w5688414 0cd4588
set delta to 1e-5
w5688414 75d72dc
change delta to 1e-5
w5688414 d07f8c4
change delta to 1e-5
w5688414 1b2e89d
Change to is_static_model
w5688414 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里似乎缺少任务实例化的代码 task = Taskflow("feature_extraction")...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已添加