File tree 1 file changed +1
-0
lines changed
tools/accuracy_checker/accuracy_checker/adapters 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ AccuracyChecker supports following set of adapters:
43
43
* `joining_method` - method used to join embeddings (optional, supported methods are `sum` and `concatenation`, default - `sum`).
44
44
* `target_out` - target output layer name (Optional, if not provided first in the model will be used).
45
45
* `keep_shape` - allow keeping initial shape for predicted embedding (Optional, default `False`, it means that model output will be flattenized).
46
+ * `mean_pooling` - average the embeddings of all tokens from last_hidden_state (Optional, default `False`)
46
47
* `yolo_v2` - converting output of YOLO v2 family models to `DetectionPrediction` representation.
47
48
* `classes` - number of detection classes (default 20).
48
49
* `anchors` - anchor values provided as comma-separated list or one of precomputed:
You can’t perform that action at this time.
0 commit comments