Traceback (most recent call last):
File "predict_colnet.py", line 122, in
p = predict(X, classifier)
File "predict_colnet.py", line 78, in predict
test_p = sess.run(probabilities, {input_x: test_x, dropout_keep_prob: 1.0})
ValueError: Cannot feed value of shape (930, 60, 300, 1) for Tensor u'input_x:0', which has shape '(?, 15, 300, 1)'
Hi,
Thanks for your work. When I run the AAAI19/exp_T2D/predict_colnet.py script, I run into error message:
Traceback (most recent call last): File "predict_colnet.py", line 122, in
p = predict(X, classifier)
File "predict_colnet.py", line 78, in predict
test_p = sess.run(probabilities, {input_x: test_x, dropout_keep_prob: 1.0})
ValueError: Cannot feed value of shape (930, 60, 300, 1) for Tensor u'input_x:0', which has shape '(?, 15, 300, 1)'
Could you please resolve this issue? Thanks.