aster
aster copied to clipboard
eval error
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
hello,did you find the solution ,i have met the same problem,thanks a lot! @zhuliqian
I have met the same problem, how to solve it? Thanks!
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.