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
15 lines
255 B
15 lines
255 B
name: embedding-concat
|
|
labels:
|
|
recommended_framework: ''
|
|
class: ''
|
|
others: ''
|
|
operator: towhee/embedding-concat
|
|
init:
|
|
w1: float
|
|
w2: float
|
|
call:
|
|
input:
|
|
emb1: numpy.ndarray
|
|
emb2: numpy.ndarray
|
|
output:
|
|
feature_vector: numpy.ndarray
|