stanford-tensorflow-tutorials icon indicating copy to clipboard operation
stanford-tensorflow-tutorials copied to clipboard

`download_mnist` has a bug

Open ghost opened this issue 7 years ago • 0 comments

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.

ghost avatar Feb 16 '18 18:02 ghost