Ph.D. Course/KJI

[etc] The option verbose in Tensorflow2.0 fit and evaluate function

JOIN KANG 2023. 1. 3. 16:34
  • verbose: 'auto', 0, 1, or 2. Verbosity mode. 0 = silent, 1 = progress bar, 2 = one line per epoch. 'auto' defaults to 1 for most cases, but 2 when used with ParameterServerStrategy. Note that the progress bar is not particularly useful when logged to a file, so verbose=2 is recommended when not running interactively (eg, in a production environment).

 

[reference] https://keras.io/api/models/model_training_apis/