def swish(x):
    return (K.sigmoid(x) * x)
Exemple #2
0
def sigmoid(x):
  return K.sigmoid(x)