mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Restore use of batch norm in model
This commit is contained in:
parent
1fe605dfe5
commit
a4633fff6f
|
@ -236,7 +236,7 @@ def Tok2Vec(width, embed_size, preprocess=None):
|
||||||
>> uniqued(embed, column=5)
|
>> uniqued(embed, column=5)
|
||||||
>> drop_layer(
|
>> drop_layer(
|
||||||
Residual(
|
Residual(
|
||||||
(ExtractWindow(nW=1) >> ReLu(width, width*3))
|
(ExtractWindow(nW=1) >> BN(Maxout(width, width*3)))
|
||||||
)
|
)
|
||||||
) ** 4, pad=4
|
) ** 4, pad=4
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user