Skip to content
Snippets Groups Projects
Commit 98f9bdea authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 00fd0e6a
Branches
No related tags found
No related merge requests found
......@@ -451,7 +451,7 @@ class ESPCN:
activation = tf.nn.softmax # For multi-class
# Called logits, but these are actually probabilities, see activation
self.logits = tf.keras.layers.Conv2D(1, kernel_size=1, strides=1, padding=padding, name='probability', activation=activation)(conv)
self.logits = tf.keras.layers.Activation(activation=activation)(conv)
print(self.logits.shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment