improve the initializer interface for layers
Created by: dzhwinter
The parameters in layers need a better flexible and user-friendly initializer interface. Currently, most of our layers have the fixed init method, such as conv2d
use the gaussian
initializer conv2d.
We need to rewrite that part.