-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable spam? #147
Comments
According to this SO post, you should be able to pass predict.classify(classify(model, input_paths, predict_args={verbose: 0}) If that works for you, please confirm and close this issue! |
Uh... My code: |
Idk... but after reading code of predict.py, I don't understand how these arguments are passed to keras, and why in your example, after predict.classify, there is another classify in parentheses
It seems that the classify() function does not accept a predict_args parameter 😣 |
Probably a copy paste error. Take out the second function call |
This right? |
Looks to be, I can't try it right now |
Waiting for dev's answer.. |
Dear dev!
I would really like to know if there is an option to disable this kind of messages in the console during
predict.classify()
:Icecream has a kind of prints switch
ic.disable() | ic.enable()
. Do you have a similar function? If not, then I will bypass this spam through std, but maybe you can help me?The text was updated successfully, but these errors were encountered: