diff --git a/image_prediction/pipeline.py b/image_prediction/pipeline.py index fae919b..7a28d1c 100644 --- a/image_prediction/pipeline.py +++ b/image_prediction/pipeline.py @@ -39,7 +39,7 @@ def star(f): class Pipeline: - def __init__(self, model_loader, model_identifier, batch_size=16, verbose=True, **kwargs): + def __init__(self, model_loader, model_identifier, batch_size=16, verbose=False, **kwargs): self.verbose = verbose extract = get_dispatched_extract(**kwargs)