diff --git a/spacy/pipeline/pipes.pyx b/spacy/pipeline/pipes.pyx index ca166607f..df923fb70 100644 --- a/spacy/pipeline/pipes.pyx +++ b/spacy/pipeline/pipes.pyx @@ -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