mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
typo
This commit is contained in:
parent
cfbbe8e8cf
commit
e4c95bc7e3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class LayerCheeseMultipleOut(tf.keras.layers.Layer):
|
||||||
"""
|
"""
|
||||||
super(LayerCheeseMultipleOut, self).__init__(**kwargs)
|
super(LayerCheeseMultipleOut, self).__init__(**kwargs)
|
||||||
|
|
||||||
self.weights_temperature = tf.Variable(name="loss_temperature", shape=1, initial_value=tf.constant([0.07]))
|
self.weight_temperature = tf.Variable(name="loss_temperature", shape=1, initial_value=tf.constant([0.07]))
|
||||||
|
|
||||||
def get_config(self):
|
def get_config(self):
|
||||||
config = super(LayerCheeseMultipleOut, self).get_config()
|
config = super(LayerCheeseMultipleOut, self).get_config()
|
||||||
|
|
Loading…
Reference in a new issue