ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

about queue_runners #32

Closed zhangzj818 closed 7 years ago

zhangzj818 commented 7 years ago

when the program is running to"tf.train.start_queue_runners(sess=sess)" then error.

ERROR:tensorflow:Exception in QueueRunner: Cast string to int64 is not supported [[Node: Cast_1 = CastDstT=DT_INT64, SrcT=DT_STRING, _device="/job:localhost/replica:0/task:0/cpu:0"]] my label dtype: int64 and img dtype:float32 how to fix? @ry
thx