tf.keras.activations.hard_silu
Функция активации Hard SiLU, также известная как Hard Swish.
tf.keras.activations.hard_silu(
x
)
Определяется как:
-
0еслиif x < -3 -
xеслиx > 3 -
x * (x + 3) / 6если-3 <= x <= 3
Это более быстрая, кусочно-линейная аппроксимация функции активации silu.
| Аргументы | |
|---|---|
x | Входной тензор. |
Ссылка:
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/activations/hard_silu