microsoft / EdgeML

This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
Other
1.57k stars 368 forks source link

ImageNet-10 dataset RNN-Pooling #281

Open ahdxwg opened 1 year ago

ahdxwg commented 1 year ago

Each class is divided into 1300 images for training and 50 images for validation.The data sets I found online only have 1300 training sets per class, how do I get the test sets

SachinG007 commented 1 year ago

For ImageNet, the validation set is used as the test set. The place where you downloaded ImageNet should have a val_dir folder as well.