mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
add no_output_layer to TextCatBOW config
This commit is contained in:
parent
e931f4d757
commit
085a1c8e2b
|
@ -129,6 +129,7 @@ nO = null
|
|||
@architectures = "spacy.TextCatBOW.v1"
|
||||
exclusive_classes = false
|
||||
ngram_size = 1
|
||||
no_output_layer = false
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
|
@ -243,6 +244,7 @@ nO = null
|
|||
@architectures = "spacy.TextCatBOW.v1"
|
||||
exclusive_classes = false
|
||||
ngram_size = 1
|
||||
no_output_layer = false
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user