Wide-ResDNN icon indicating copy to clipboard operation
Wide-ResDNN copied to clipboard

when run train.py have a error, Expect 40 fields but have 39 in record 0,how to solve it?

Open withDataman opened this issue 7 years ago • 1 comments

INFO:tensorflow:Starting evaluation …… tensorflow.python.framework.errors_impl.InvalidArgumentError: Expect 40 fields but have 39 in record 0

withDataman avatar Oct 04 '18 14:10 withDataman

I did not meet this error in my local test. This error means that your data only have 39 fields in some line, check your data format such as separator may work.

Lapis-Hong avatar Oct 15 '18 03:10 Lapis-Hong