Remove commented line

This commit is contained in:
Daniël de Kok 2022-06-09 15:59:33 +02:00
parent 224ebcc4b3
commit c8e4627e39

View File

@ -412,7 +412,6 @@ def test_overfitting_IO(pipe_name):
train_examples.append(Example.from_dict(nlp.make_doc(text), annotations))
for dep in annotations.get("deps", []):
parser.add_label(dep)
# train_examples = train_examples[:1]
optimizer = nlp.initialize()
# run overfitting
for i in range(200):