chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

`download_mnist` has a bug #95

Open ghost opened 6 years ago

ghost commented 6 years ago

download_url = os.path.join(path, filename) will not work on windows machines. path and filename are connected via a forward slash, which does not constitute a valid URL.