You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Based on my own understanding, there should be a noise input to each of the LSTM cells, but the graph in README shows that there is only one random vector z input to the first LSTM cell. I am not familiar with TensorFlow, but it looks like your code is also injecting randomness to each of the cells.
The text was updated successfully, but these errors were encountered:
Hi! Based on my own understanding, there should be a noise input to each of the LSTM cells, but the graph in README shows that there is only one random vector z input to the first LSTM cell. I am not familiar with TensorFlow, but it looks like your code is also injecting randomness to each of the cells.
The text was updated successfully, but these errors were encountered: