simpletransformers
simpletransformers copied to clipboard
Silent Prediction
Is your feature request related to a problem? Please describe.
Is there anyway to silent the progress bar in model.predict()
? it's annoying when predicting lot's of rows.
Describe the solution you'd like
Probably add a silent
arguments in the predict()
method?
somethings like:
prediction, _ = model.predict("some text", silent=True)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.