potterhsu / SVHNClassifier

A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
GNU General Public License v3.0
206 stars 74 forks source link

ValueError: invalid literal for int() with base 10: ' #15

Open liu-hai-yang opened 6 years ago

kcobrien commented 5 years ago

I kept getting this error when attempting to convert my record to tf records.

I just kept re running the training and eventually it completed! I also removed 1 image (the last one) from each data set: train, text, extra.

Hope this helps :)