返回顶部 ELU Inputx:Required: yesType: float16, float32Description: activation function, integrated with Sigmoid and ReLU.If x > 0: y = x else: y = alpha*(exp(x)-1) Restriction: Must be float16. Attributealpha:Required: noType: float (default = 1)Description: activation function, integrated with Sigmoid and ReLU.If x > 0: y = x else: y = alpha*(exp(x)-1) Restriction: Must be float16. Outputy: Required: yesType: float16, float32Description: activation function, integrated with Sigmoid and ReLU.If x > 0: y = x else: y = alpha*(exp(x)-1) Restriction: Must be float16. Parent topic: Supported Caffe Operators