Silent fit mode for AutoModel #1773
Answered
by
haifeng-jin
RinnetenseiQ
asked this question in
Q&A
-
How do I remove validation progress bar while training to get absolute silent fitting mode? |
Beta Was this translation helpful? Give feedback.
Answered by
haifeng-jin
Sep 13, 2022
Replies: 1 comment 3 replies
-
This is a bug. The |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
haifeng-jin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug. The
verbose=0
should be passed down to bothmodel.fit()
andmodel.predict()
for the Keras model under the hood. Seems now it only passed down tomodel.fit()
. Would you like to help us fix the bug?