automan

Results 3 issues of automan

Hi, AlexHex7. I forked your code and did several changes for bug fixing and speed-up. But my training procedure wasn't pleasant. I tested many hyper-parameters but the results were still...

In the following code, it seems that the parameter 'c' is never used. ` ``` lstm_preactive = tf.matmul(h, self.lstm_U) + x_t + tf.matmul(weighted_context,self.image_encode_W) i, f, o, new_c = tf.split(1, 4,...