mirror of https://github.com/explosion/spaCy.git
Don't raise NotImplemented in Pipe.update
This commit is contained in:
parent
fc69da0acb
commit
16b5144095
|
@ -104,8 +104,7 @@ class Pipe(object):
|
|||
|
||||
Delegates to predict() and get_loss().
|
||||
"""
|
||||
self.require_model()
|
||||
raise NotImplementedError
|
||||
pass
|
||||
|
||||
def rehearse(self, docs, sgd=None, losses=None, **config):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue