Whitespace

This commit is contained in:
Matthew Honnibal 2017-09-22 20:00:50 -05:00
parent e93d43a43a
commit 7dc61b3f43

View File

@ -362,7 +362,6 @@ class Language(object):
self._optimizer.device = device
return self._optimizer
def begin_training(self, get_gold_tuples=None, **cfg):
"""Allocate models, pre-process training data and acquire a trainer and
optimizer. Used as a contextmanager.