mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
bugfix
This commit is contained in:
parent
581006cbe6
commit
4b7df39fac
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ history = model.fit(dataset_train,
|
|||
separator="\t"
|
||||
),
|
||||
CallbackCustomModelCheckpoint(
|
||||
model_to_checkpoint=model_predict,
|
||||
model_to_checkpoint=model,
|
||||
filepath=os.path.join(
|
||||
DIR_OUTPUT,
|
||||
"checkpoints"
|
||||
|
|
Loading…
Reference in a new issue