Created by: tonyyang-svail
fix part of https://github.com/PaddlePaddle/Paddle/issues/9416.
append_activation is a function in layer_helper, it is usually called after a nn layer(i.e. fc, conv). It won't be exposed to user.
Created by: tonyyang-svail
fix part of https://github.com/PaddlePaddle/Paddle/issues/9416.
append_activation is a function in layer_helper, it is usually called after a nn layer(i.e. fc, conv). It won't be exposed to user.