Opened this issue 5 years ago · 1 comments
Hi,I want to know how to insert the stateful-lstm in python frontend pytorch. As the code only provoide forward() function without backward() .
stateful-lstm
forward()
backward()
测试发现,训练的过程中,扩展的lstm的参数不能参与训练,参数不会变,测试代码基于这个开源项目测试