但是引入了新的问题,就是负值容易引起神经死亡,也就是说每次这个激活函数会撸掉负值的部分。 Leaky Relu. def leaky_relu(input, negative_slope=0.01, inplace=False): ...
確定! 回上一頁