mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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)
|
||||
>> drop_layer(
|
||||
Residual(
|
||||
(ExtractWindow(nW=1) >> ReLu(width, width*3))
|
||||
(ExtractWindow(nW=1) >> BN(Maxout(width, width*3)))
|
||||
)
|
||||
) ** 4, pad=4
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user