mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-09 15:52:31 +03:00
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().
|
Delegates to predict() and get_loss().
|
||||||
"""
|
"""
|
||||||
self.require_model()
|
pass
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
def rehearse(self, docs, sgd=None, losses=None, **config):
|
def rehearse(self, docs, sgd=None, losses=None, **config):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user