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
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