mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-12-22 06:05:01 +00:00
dlr: fix crash ref CallbackExtraValidation
This commit is contained in:
parent
8befef5fc1
commit
c7a3a2d08a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ if PATH_CHECKPOINT is None:
|
|||
# test_data=dataset_test, # Nope, it doesn't have a param like this so it's time to do this the *hard* way
|
||||
epochs=EPOCHS,
|
||||
callbacks=[
|
||||
CallbackExtraValidation(model, {
|
||||
CallbackExtraValidation({ # `model,` removed 'ref apparently exists by default????? ehhhh...???
|
||||
"test": dataset_test # Can be None because it handles that
|
||||
}),
|
||||
tf.keras.callbacks.CSVLogger(
|
||||
|
|
Loading…
Reference in a new issue