@pipcook/plugins-mnist-data-collect
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @pipcook/plugins-mnist-data-collect

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

21 kB

Total Files

7

Last publish

Collaborators

  • jan-www
  • gindis
  • rickycao
  • wcount
  • yorkie
  • ericlee98
  • feelychau