Revert use of layer normalization in Tok2Vec

This commit is contained in:
Matthew Honnibal 2017-08-09 17:47:03 -05:00
parent 20944dd8aa
commit f93f2bed58

View File

@ -221,7 +221,7 @@ def Tok2Vec(width, embed_size, preprocess=None):
with_flatten(
asarray(Model.ops, dtype='uint64')
>> embed
>> LN(Maxout(width, width*4, pieces=3))
>> Maxout(width, width*4, pieces=3)
>> Residual(ExtractWindow(nW=1) >> ReLu(width, width*3))
>> Residual(ExtractWindow(nW=1) >> ReLu(width, width*3))
>> Residual(ExtractWindow(nW=1) >> ReLu(width, width*3))