document keras `fit(verbose=0)`

This commit is contained in:
Casper da Costa-Luis 2019-12-19 23:00:56 +00:00
parent 69699dadda
commit b45f24868d
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ A ``keras`` callback is also available:
...
model.fit(..., callbacks=[TqdmCallback()])
model.fit(..., verbose=0, callbacks=[TqdmCallback()])
IPython/Jupyter Integration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -847,7 +847,7 @@ A ``keras`` callback is also available:
...
model.fit(..., callbacks=[TqdmCallback()])
model.fit(..., verbose=0, callbacks=[TqdmCallback()])
IPython/Jupyter Integration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~