tensorflow-tutorial icon indicating copy to clipboard operation
tensorflow-tutorial copied to clipboard

read courpus must be doing something wrong

Open masterchop opened this issue 5 years ago • 1 comments

If i tried to train my own data it fails, I follow the instructions build the folders with the TXT files in it. I ran the script to rename all the files as explained in the DOC. your data set works but mine just wont trained with the error of bad shape.

The TXT files are used in another code with Keras and works just fine. I wonder why its not working with Low Level API. Another thing to notice it that i complained about the unicode you had like latin-1 i remove that parameter or force it to utf8 but the problem persisted.

numFeatures = trainX.shape[1] IndexError: tuple index out of range

masterchop avatar May 16 '19 07:05 masterchop