Skip to content

gcp-pdp/fashion-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fashion-mnist

CLI lets you load fashion-mnist to BigQuery.

Usage

Usage: load_bigquery.py [OPTIONS]

  Load fashion-mnist data to BigQuery

Options:
  --input-dir TEXT     The directory containing fashion-mnist files
  --dataset-name TEXT  BigQuery dataset name
  --table-name TEXT    BigQuery table name
  --output-dir TEXT    The output directory to store json file to load to
                       BigQuery
  --help               Show this message and exit.

Example

python load_bigquery.py --dataset-name=fashion_mnist_dev --table-name=fashion_mnist

Schema

Column Type Description
image_id INTEGER Auto generated id
subset STRING Whether data is train or test
class STRING Image label as describe here
pixels INTEGER (REPEATED) List of image pixels

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages