We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d030e commit b7ff4c8Copy full SHA for b7ff4c8
cravat/base_annotator.py
@@ -90,7 +90,6 @@ def __init__(self, *inargs, **inkwargs):
90
else:
91
self.annotator_version = ""
92
self.batch_size = self.conf.get('batch_size', 1)
93
- self.logger.info(f'{self.annotator_name} - batch size: {self.batch_size}')
94
except Exception as e:
95
self._log_exception(e)
96
0 commit comments