mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
missing comma
This commit is contained in:
parent
7be0509ac8
commit
373dda03b5
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ if PATH_CHECKPOINT is None:
|
|||
model_to_checkpoint=model,
|
||||
filepath=os.path.join(
|
||||
DIR_OUTPUT,
|
||||
"checkpoints"
|
||||
"checkpoints",
|
||||
"checkpoint_e{epoch:d}_loss{loss:.3f}.hdf5"
|
||||
),
|
||||
monitor="loss"
|
||||
|
|
Loading…
Reference in a new issue