Commit dd5cc386 authored by vishnubanna's avatar vishnubanna
Browse files

activation function fix

parent 15a302ed
......@@ -154,7 +154,6 @@ class DarkConv(ks.layers.Layer):
self._activation_fn = lambda x: x * tf.math.tanh(tf.math.softplus(x))
else:
self._activation_fn = tf_utils.get_activation(self._activation)
tf.print(self._activation_fn)
def call(self, x):
if self._groups != 1:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment