Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datasets #6

Open
felix-duan opened this issue Oct 14, 2017 · 2 comments
Open

datasets #6

felix-duan opened this issue Oct 14, 2017 · 2 comments

Comments

@felix-duan
Copy link

felix-duan commented Oct 14, 2017

can you tell me where is the dataset? thank you very much!
def read_data_sets(directory,value, dtype=tf.float32): images = io.loadmat(directory)[value+'_patch'] labels = io.loadmat(directory)[value+'_labels'] data_sets = DataSet(images, labels, dtype=dtype) return data_sets

@WaterVcc
Copy link

do you find it?and i also want to know where the .mat file. thanks for your answer .

@ghost
Copy link

ghost commented Apr 20, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants