본문 바로가기

Ph.D. Course/KJI

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

  • 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/

'Ph.D. Course > KJI' 카테고리의 다른 글

[etc.] tf.compat.v1.saved_model.load  (0) 2023.01.12
[etc.] Tensorflow 2.x : contrib issue  (0) 2023.01.12
[NVIDIA NANO] Adding Swap Memory  (0) 2023.01.03
[NVIDA NANO] Jetpack 4.6.2 Tensorflow setup  (0) 2023.01.02
[NVIDIA NANO] nvcc error  (0) 2023.01.02