Ziyu Wang

Results 2 comments of Ziyu Wang

@SergeyVolodko I'm not sure what you meant by `initial_state`, since the `LSTMState` created in `lstm_with_recurrent_dropout` is used to store the dropout rate, and is not an initial state. The initial...

Side note: in v4 branch [this test on REINFORCE](https://github.com/thu-ml/zhusuan/blob/v4/tests/variational/test_exclusive_kl.py#L79) fails. (not introduced by this PR)