Question about the full MNIST dataset and the sample MNIST dataset?

Hi guys,

I tried to implement digits classification with full MNIST dataset, but I got different accuracies of 3s and 7s with the results using sample MNIST dataset in lesson 3. Is there any difference between full MNIST dataset and sample MNIST dataset regarding the 3s and 7s in training and test part?

Thanks.

full MNIST:
3s: train: 6131
7s: train: 6265
3s: test: 1010
7s: test: 1028

MNIST sample:
3s: train: 6131
7s: train: 6265
3s: test: 1010
7s: test: 1028

So they seem to be the same dataset if you look at 3s and 7s only.

Thank you for your reply.
I just checked, they are the same, thanks