[Bug]: pipeline""towhee/image-embedding-3ways-ensemble-large-v1"vector data type is not as described in the documentation
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Current Behavior
Actual test results for tensor:>>> embedding_pipeline = pipeline('towhee/image-embedding-3ways-ensemble-large-v1')
>>> embedding = embedding_pipeline(img_path)
/Users/binbin/.towhee/operators/towhee/embeddings_ensemble_head/main
>>> embedding
tensor([0.2866, 1.0398, 0.3912, ..., 0.1153, 0.6523, 0.0877],
grad_fn=<LeakyReluBackward1>)
Expected Behavior
data type should be numpy.ndarray
Steps To Reproduce
No response
Environment
- Towhee version(e.g. v0.1.3 or 8b23a93):0.4.1.dev75
- OS(Ubuntu or CentOS):macos
- CPU/Memory:
- GPU:
- Others:
Anything else?
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
Data Types Supported by Simulink - MATLAB & ...
The following table lists the built-in MATLAB data types supported by Simulink. Some model elements do not support all data types.
Read more >Data types | BigQuery
This page provides an overview of all Google Standard SQL for BigQuery data types, including information about their value domains. For information on...
Read more >Documentation: 15: Chapter 8. Data Types
Table 8.1 shows all the built-in general-purpose data types. Most of the alternative names listed in the “Aliases” column are the names used...
Read more >ArcGIS field data types
When you create feature classes and tables, you select a data type for each field. The available types include a variety of number...
Read more >New Relic data types: metrics, events, logs, and traces ...
An overview of the MELT data New Relic reports: metrics, events, logs, and traces (spans).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe this is the owner: wxywb. Not sure who that is. /assign @wxywb
Already verified, no more problems