Skip to content

Concatenate two times train_set  #4

@Elpidam

Description

@Elpidam

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions