mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-09 16:10:33 +03:00
Uncomment layernorm adjustment hack
This commit is contained in:
parent
b3a7082bf8
commit
39798b0172
|
@ -31,8 +31,8 @@ import numpy
|
||||||
import io
|
import io
|
||||||
|
|
||||||
# TODO: Unset this once we don't want to support models previous models.
|
# TODO: Unset this once we don't want to support models previous models.
|
||||||
#import thinc.neural._classes.layernorm
|
import thinc.neural._classes.layernorm
|
||||||
#thinc.neural._classes.layernorm.set_compat_six_eight(True)
|
thinc.neural._classes.layernorm.set_compat_six_eight(True)
|
||||||
|
|
||||||
VECTORS_KEY = 'spacy_pretrained_vectors'
|
VECTORS_KEY = 'spacy_pretrained_vectors'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user