Can you manually set Tensorflow LSTM weights?

[亡魂溺海] 提交于 2019-12-08 03:12:09

问题


I'm exploring using recurrent neural networks to work on unsupervised problems. I would need to set the weights for each gate individually. Is there any way I can do so? Is there anything like this?

LSTMCell.Weights['Forget'] = ForgetGateWeights

回答1:


Similar question was raised in the issues section in tensorflow. Checkout this discussion https://github.com/tensorflow/tensorflow/issues/3115.



来源:https://stackoverflow.com/questions/42962281/can-you-manually-set-tensorflow-lstm-weights

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!