EmbeddingCombiner
Encodes boxes using a combination of multiple encoders
Parameters
PARAMETER | DESCRIPTION |
---|---|
pipeline |
The pipeline object
TYPE:
|
name |
The name of the pipe
TYPE:
|
mode |
The mode to use to combine the encoders:
TYPE:
|
dropout_p |
Dropout probability used on the output of the box and textual encoders
TYPE:
|
encoders |
The encoders to use. The keys are the names of the encoders and the values are the encoders themselves.
TYPE:
|