mnoukhov / tf-slim-mnist

MNIST tutorial with Tensorflow Slim (tf-slim)
Apache License 2.0
70 stars 30 forks source link

Fix AttributeError: 'GFile' object has no attribute 'tell' #1

Closed marcbelmont closed 8 years ago

marcbelmont commented 8 years ago

Got this error using tensorflow==0.11.0rc0

mnoukhov commented 8 years ago

Thanks for pointing this out! I actually just had to copy over and make changes to convert_to_records because at the time it was outdated and the one in the tensorflow repo didn't work. Now, the one in the repo has been updated and is better, so I'll actually just switch to that one.