Skip to content

imgcook/pipcook-plugin-mnist-data-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pipcook plugin for mnist data collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published