mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
Contraster: add gamma layer to load_model
This commit is contained in:
parent
9e9852d066
commit
3cf99587e4
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class RainfallWaterContraster(object):
|
|||
|
||||
self.model_predict = tf.keras.models.load_model(filepath_checkpoint, custom_objects={
|
||||
"LayerContrastiveEncoder": LayerContrastiveEncoder,
|
||||
"LayerConvNeXtGamma": LayerConvNeXtGamma,
|
||||
"LayerCheeseMultipleOut": LayerCheeseMultipleOut
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue