This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Description
When I started to run train.py, an error occurred:
UnknownError (see above for traceback): IndexError: list index out of range
[[Node: PyFunc_1 = PyFunc[Tin=[DT_UINT8, DT_INT32, DT_INT32], Tout=[DT_UINT8], token="pyfunc_1", _device="/job:localhost/replica:0/task:0/cpu:0"](create_inputs/batch:1, PyFunc_1/input_1, PyFunc_1/input_2)]]
It seemed that the py_func used in summary part has some problems. Could someone help me handle it? Thanks a lot.