towhee
/
embedding-concat
copied
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions
14 lines
274 B
14 lines
274 B
4 years ago
|
name: embedding-concat
|
||
|
labels:
|
||
|
recommended_framework: ''
|
||
|
class: ''
|
||
|
others: ''
|
||
|
operator: towhee/embedding-concat
|
||
|
init:
|
||
|
call:
|
||
|
input:
|
||
|
input_array_list: typing.List[numpy.ndarray]
|
||
|
input_weight_list: typing.List[float]
|
||
|
output:
|
||
|
feature_vector: numpy.ndarray
|