mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
make_callbacks: display steps, not samples
This commit is contained in:
parent
dfef7db421
commit
da32d75778
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ def make_callbacks(dirpath, model_predict):
|
|||
filename=filepath_metrics,
|
||||
separator="\t"
|
||||
),
|
||||
tf.keras.callbacks.ProgbarLogger()
|
||||
tf.keras.callbacks.ProgbarLogger(count_mode="steps") # batches
|
||||
]
|
Loading…
Reference in a new issue