simpletransformers icon indicating copy to clipboard operation
simpletransformers copied to clipboard

Silent Prediction

Open JL1829 opened this issue 2 years ago • 1 comments

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)

JL1829 avatar Apr 12 '22 04:04 JL1829

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.

stale[bot] avatar Jun 12 '22 17:06 stale[bot]