aster icon indicating copy to clipboard operation
aster copied to clipboard

eval error

Open zhuliqian opened this issue 5 years ago • 3 comments

2019-03-31 16:47:03.634158: W tensorflow/core/framework/op_kernel.cc:1192] Invalid argument: ValueError: attempt to get argmin of an empty sequence [[Node: PyFuncStateless = PyFuncStateless[Tin=[DT_STRING, DT_STRING], Tout=[DT_STRING], token="pyfunc_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](prefetch_queue_Dequeue:4, strided_slice_5)]] INFO:root:Skipping image

zhuliqian avatar Mar 31 '19 08:03 zhuliqian

hello,did you find the solution ,i have met the same problem,thanks a lot! @zhuliqian

coorful avatar Apr 14 '19 11:04 coorful

I have met the same problem, how to solve it? Thanks!

Pay20Y avatar Jul 22 '19 10:07 Pay20Y

If you are working on your own dataset, the problem may be caused by evaluating with the lexicon(not available). You can modify the eval_config in 'experiments/demo/config/trainval.prototxt' to not use the lexicon.

eval_with_lexicon: false

It works for me.

rfdeng avatar Jul 24 '19 14:07 rfdeng