tensorflow-vrnn
tensorflow-vrnn copied to clipboard
A variational recurrent neural network implementation in tensorflow
Hi phreeza, Thanks for sharing the code. When analyzing it I realized that negative log-likelihood is missing a minus sign. Is this correct? Best regards, Bruno
Hi phreeza, The learning rate is initialized as` self.lr = tf.Variable(0.0, trainable=False)` and not taken from the parameters. It should be initialized with the parameter and then modified with the...
Every application is the same as your purpose. This code is runnable on tensorflow 1.2 I removed the unused variables, fixed some minor errors, and simplified the code, and added...