mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
Remove commented line
This commit is contained in:
parent
224ebcc4b3
commit
c8e4627e39
|
@ -412,7 +412,6 @@ def test_overfitting_IO(pipe_name):
|
||||||
train_examples.append(Example.from_dict(nlp.make_doc(text), annotations))
|
train_examples.append(Example.from_dict(nlp.make_doc(text), annotations))
|
||||||
for dep in annotations.get("deps", []):
|
for dep in annotations.get("deps", []):
|
||||||
parser.add_label(dep)
|
parser.add_label(dep)
|
||||||
# train_examples = train_examples[:1]
|
|
||||||
optimizer = nlp.initialize()
|
optimizer = nlp.initialize()
|
||||||
# run overfitting
|
# run overfitting
|
||||||
for i in range(200):
|
for i in range(200):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user