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
q = sess.run(model.q, feed_dict={model.ae.input_: data.train_x, model.ae.input_batch_size: data.train_x.shape[0], model.ae.keep_prob: 1.0}), In my opinion, model.ae.input_ should the embedding vector, But here, it is train_x(original dataset). Thanks for your advice.
The text was updated successfully, but these errors were encountered:
q = sess.run(model.q, feed_dict={model.ae.input_: data.train_x, model.ae.input_batch_size: data.train_x.shape[0], model.ae.keep_prob: 1.0}), In my opinion, model.ae.input_ should the embedding vector, But here, it is train_x(original dataset). Thanks for your advice.
The text was updated successfully, but these errors were encountered: