We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I put four data sets into the program and ran them with errors: number of labels did not match the number of images. My program is as follows:
if bTrain: images = open(r'G:\Major\Project\SNN\Brain2\MNIST_data\train-images-idx3-ubyte.gz','rb') labels = open(r'G:\Major\Project\SNN\Brain2\MNIST_data\train-labels-idx1-ubyte.gz','rb') else: images = open(r'G:\Major\Project\SNN\Brain2\MNIST_data\t10k-images-idx3-ubyte.gz','rb') labels = open(r'G:\Major\Project\SNN\Brain2\MNIST_data\t10k-labels-idx1-ubyte.gz','rb')
Can you tell me how to solve it? Thank you so much.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I put four data sets into the program and ran them with errors: number of labels did not match the number of images.
My program is as follows:
Can you tell me how to solve it?
Thank you so much.
The text was updated successfully, but these errors were encountered: