mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
f8ee0afca1
commit
efe41b96ec
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class LayerContrastiveEncoder(tf.keras.layers.Layer):
|
|||
# self.embedding = tf.keras.layers.Dense(self.param_feature_dim)
|
||||
|
||||
if summary_file:
|
||||
summarywriter(self.encoder, append=True)
|
||||
summarywriter(self.encoder, summary_file, append=True)
|
||||
|
||||
def get_config(self):
|
||||
config = super(LayerContrastiveEncoder, self).get_config()
|
||||
|
|
Loading…
Reference in a new issue