mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-02 12:13:22 +03:00
Remove init_W and init_B parameters
This commit is expected to fail until the new Thinc release.
This commit is contained in:
parent
6a10d56caf
commit
9e88108298
|
@ -18,12 +18,6 @@ spancat_excl_default_config = """
|
|||
@architectures = "spacy.SpanCategorizer.v1"
|
||||
scorer = {"@layers": "Softmax.v2"}
|
||||
|
||||
[model.scorer.init_W]
|
||||
@initializers = "zero_init.v1"
|
||||
|
||||
[model.scorer.init_b]
|
||||
@initializers = "zero_init.v1"
|
||||
|
||||
[model.reducer]
|
||||
@layers = spacy.mean_max_reducer.v1
|
||||
hidden_size = 128
|
||||
|
|
Loading…
Reference in New Issue
Block a user