zsy

Results 2 issues of zsy

您好,我在执行您的代码时运行到 out, attn, alpha = tf.split(lstm_net.outputs, [n_hidden, d_local, a_local ** 2], axis=2) 这一步报错:tensorflow.python.framework.errors_impl.InvalidArgumentError: Sum of output sizes must match the size of the original Tensor along the split dimension or...

successfully run lstm.py there is a error when run latm_attention.py in these codes:train_op = tf.train.AdamOptimizer().minimize(loss, var_list=train_vars). error:Shapes (?, ?, 1073) and (?, ?, 512) are not compatible my configuration:pythony3.5+tensorflow1.1+GPU