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
/usr/bin/python3.5 /home/jacli/FaceRank/run_model.py
(?, 128, 128, 24)
(?, 64, 64, 24)
(?, 64, 64, 96)
(?, 32, 32, 96)
WARNING:tensorflow:From /home/jacli/FaceRank/run_model.py:107: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Future major versions of TensorFlow will allow gradients to flow
into the labels input on backprop by default.
See tf.nn.softmax_cross_entropy_with_logits_v2.
[]
0
(0,)
Traceback (most recent call last):
File "/home/jacli/FaceRank/run_model.py", line 147, in
pred_result_test=sess.run(pred_result, feed_dict={x: batch_xs,keep_prob: 1.})
File "/home/jacli/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
File "/home/jacli/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1128, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (0,) for Tensor 'Placeholder:0', which has shape '(?, 128, 128, 3)'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
/usr/bin/python3.5 /home/jacli/FaceRank/run_model.py
(?, 128, 128, 24)
(?, 64, 64, 24)
(?, 64, 64, 96)
(?, 32, 32, 96)
WARNING:tensorflow:From /home/jacli/FaceRank/run_model.py:107: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Future major versions of TensorFlow will allow gradients to flow
into the labels input on backprop by default.
See
tf.nn.softmax_cross_entropy_with_logits_v2
.[]
0
(0,)
Traceback (most recent call last):
File "/home/jacli/FaceRank/run_model.py", line 147, in
pred_result_test=sess.run(pred_result, feed_dict={x: batch_xs,keep_prob: 1.})
File "/home/jacli/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
File "/home/jacli/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1128, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (0,) for Tensor 'Placeholder:0', which has shape '(?, 128, 128, 3)'
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: