aleju / papers

Summaries of machine learning papers
2.51k stars 441 forks source link

Little problem on the size of input layer #12

Open OrangeCat95 opened 4 years ago

OrangeCat95 commented 4 years ago

In this paper, the author proposed that for mnist dataset, the input layer size is 3636 . For CIFAR100, it is 9494. As we all know that each imageis 28281 in mnist and 32323 in CIFAR10. How can we understand this setting? Do you have some ideas?