mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-12 01:02:23 +03:00
Preserve paths.vectors/initialize.vectors setting in quickstart template
This commit is contained in:
parent
c78eb28dfa
commit
e51fff5432
|
@ -418,7 +418,7 @@ compound = 1.001
|
|||
|
||||
[initialize]
|
||||
{% if use_transformer or optimize == "efficiency" or not word_vectors -%}
|
||||
vectors = null
|
||||
vectors = ${paths.vectors}
|
||||
{% else -%}
|
||||
vectors = "{{ word_vectors }}"
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in New Issue
Block a user