BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

What are the initial value of c_0 and h_0 in lstm layer? #6975

Open vincezengqiang opened 3 years ago

vincezengqiang commented 3 years ago

What are the initial value of c_0 and h_0 in lstm layer?

vincezengqiang commented 3 years ago

it is set as input layer,so it is intilized as 0. if h0=0, the output when clip[0]=0 or clip[0]=1 is the same?