@pipcook/plugins-mnist-data-collect Description This plugin is used to collect MNIST data specifically. For more inforamtion about MNIST, please refer to here. You can just specify how many samples of MNIST data you would like to collect and we will do the rest for you in this plugin. Required Parameters Parameter Type Description trainCount number how many train samples to collect testCount number how many test samples to collect Optional Parameters Parameter Type Default Value Description Example "dataCollect": { "package": "@pipcook/plugins-mnist-data-collect", "params": { "trainCount": 8000, "testCount": 2000 } },