mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Fully specify TextCatCNN
<-> TextCatReduce
equivalence
This commit is contained in:
parent
ab97add6e6
commit
71aa6f4628
|
@ -1044,7 +1044,7 @@ vectors are mean pooled and used as features in a feed-forward network. This
|
|||
architecture is usually less accurate than the ensemble, but runs faster.
|
||||
|
||||
This model is identical to [TexCatReduce.v1](#TextCatReduce) with
|
||||
`use_reduce_mean=true`.
|
||||
`use_reduce_mean=true`, `use_reduce_first=false` and `use_reduce_max=false`.
|
||||
|
||||
| Name | Description |
|
||||
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|
|
Loading…
Reference in New Issue
Block a user