Shailesh
Results
2
comments of
Shailesh
for the line z_concat = tf.concat(1, [t_z, reduced_text_embedding]) use this instead z_concat = tf.concat([t_z, reduced_text_embedding],1)
for the line z_concat = tf.concat(1, [t_z, reduced_text_embedding]) use this instead z_concat = tf.concat([t_z, reduced_text_embedding],1)