mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-16 14:43:01 +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"
|
separator="\t"
|
||||||
),
|
),
|
||||||
CallbackCustomModelCheckpoint(
|
CallbackCustomModelCheckpoint(
|
||||||
model_to_checkpoint=model_predict,
|
model_to_checkpoint=model,
|
||||||
filepath=os.path.join(
|
filepath=os.path.join(
|
||||||
DIR_OUTPUT,
|
DIR_OUTPUT,
|
||||||
"checkpoints"
|
"checkpoints"
|
||||||
|
|
Loading…
Reference in a new issue