We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caffe-lstm / src / caffe / layers / lstm_layer.cpp 166行 caffe_add(4H_, pre_gate_t, h_to_gate, pre_gate_t) ---->caffe_add(4H_, pre_gate_t, h_to_gate_t, pre_gate_t) 与185行 h_to_gate_t += 4*H_对应
The text was updated successfully, but these errors were encountered:
line 154 : Dtype* h_to_gate_t = h_to_gate;
Dtype* h_to_gate_t = h_to_gate;
Sorry, something went wrong.
I think it is a bug.
No branches or pull requests
caffe-lstm / src / caffe / layers / lstm_layer.cpp 166行
caffe_add(4H_, pre_gate_t, h_to_gate, pre_gate_t) ---->caffe_add(4H_, pre_gate_t, h_to_gate_t, pre_gate_t)
与185行
h_to_gate_t += 4*H_对应
The text was updated successfully, but these errors were encountered: