wenxinxu / resnet-in-tensorflow

Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
MIT License
828 stars 276 forks source link

Fail to read the file and run training #10

Closed tobegit3hub closed 7 years ago

tobegit3hub commented 7 years ago

I have followed the REAME and get this error while running training.

screen shot 2017-11-02 at 10 27 17 am
wenxinxu commented 7 years ago

If you change the working directory and run python cifar10_train.py instead of "./cifar10_train.py", the maybe_download_and_extract() will download the dataset in the correct directory.

tobegit3hub commented 7 years ago

Thanks for response.

It turns out to be my problem when downloading the corrupt files of cifar10. Not an issue and close now.