huntzhan/pytorch-stateful-lstm

The problem of loss backward

Opened this issue · 1 comments

Loss Backward

Hi,I want to know how to insert the stateful-lstm in python frontend pytorch. As the code only provoide forward() function without backward() .

测试发现,训练的过程中,扩展的lstm的参数不能参与训练,参数不会变,测试代码基于这个开源项目测试