gnperdue / TFExperiments

TensorFlow experiments
3 stars 1 forks source link

Hdf5 files #1

Open bryarmustafa opened 5 years ago

bryarmustafa commented 5 years ago

Hello, Would you share a link to download hdf5 of test, train, and validate of mnist data set instead of downloading from the below link wich we do not have access to it.

/Users/perdue/Dropbox/Data/RandomData/hdf5/mnist_test.hdf5

gnperdue commented 5 years ago

Hi, thanks for your interest in these scripts. If you see any improvements to be made, please feel free to open a pull request. I'm sort of trying to keep the code current here, at least as I understand how the TensorFlow API is changing.

I added some information to the README that explains how to download the HDF5 files I made. There were instructions (sort of) in some of the individual Python scripts, but they were probably hard to find. Take a look at the new README and let me know if it covers your concerns/needs.