mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +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,
|
model_to_checkpoint=model,
|
||||||
filepath=os.path.join(
|
filepath=os.path.join(
|
||||||
DIR_OUTPUT,
|
DIR_OUTPUT,
|
||||||
"checkpoints"
|
"checkpoints",
|
||||||
"checkpoint_e{epoch:d}_loss{loss:.3f}.hdf5"
|
"checkpoint_e{epoch:d}_loss{loss:.3f}.hdf5"
|
||||||
),
|
),
|
||||||
monitor="loss"
|
monitor="loss"
|
||||||
|
|
Loading…
Reference in a new issue