/pipcook-plugin-mnist-data-collector

Pipcook plugin for mnist data collection.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

@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
  }
},