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

Concatenate two times train_set #4

Open
Elpidam opened this issue Mar 4, 2016 · 1 comment
Open

Concatenate two times train_set #4

Elpidam opened this issue Mar 4, 2016 · 1 comment

Comments

@Elpidam
Copy link

Elpidam commented Mar 4, 2016

Hello! Recently I noticed that in create_mnist_dataset.py, in line 24:
all_digits = np.concatenate([mnist_data['X_train'], mnist_data['X_valid'], mnist_data['X_train']], axis=0)

the last part of the concatenation is train set as it was the first part. This might be a mistake. Right?

@skaae
Copy link
Owner

skaae commented Mar 4, 2016

Yes i think you are correct. I don't think it mattes because i do only use that all_digits for generating a list of distortions.

I corrected the error. Thanks for pointing it out :)

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