seann999 / ssd_tensorflow

SSD implementation in development in TensorFlow
182 stars 52 forks source link

tf.nn.sparse_softmax_cross_entropy_with_logits(pred_labels, true_labels) #3

Open liuhengli opened 8 years ago

liuhengli commented 8 years ago

this function require pred_labels must have rank 2, but your program the pred_labels shape is (?, 7308, 81)

seann999 commented 8 years ago

Sorry, the program might require a newer version of TensorFlow.

2016/11/22 11:33 "liuhengli" notifications@github.com:

this function require pred_labels must have rank 2, but your program the pred_labels shape is (?, 7308, 81)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seann999/ssd_tensorflow/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AGh8KXsO0aVqA4E4kEX6jQHd1BQwvpRlks5rAlRfgaJpZM4K48JP .

liuhengli commented 8 years ago

Thank you very much

liuhengli commented 8 years ago

I find your trainer.py file when FLAGS.mode == "image", it has error occurred (boxes, confidences = ssd.single_image(sample)). your singleimage function finally get re but here is boxes and confidences_.

freshn commented 7 years ago

@seann999 which version of tensorflow should I use? 0.10 or 0.8? Looking forward to your reply! Thanks!

freshn commented 7 years ago

@liuhengli same question! thanks!