MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / FashionMnistDataset

Class FashionMnistDataset

quantization/data_mnist.js:243–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243export class FashionMnistDataset extends MnistDataset {
244 getBaseUrlAndFilePaths() {
245 return {
246 baseUrl: 'http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/',
247 destDir: 'data-fashion-mnist',
248 trainImages: 'train-images-idx3-ubyte',
249 trainLabels: 'train-labels-idx1-ubyte',
250 testImages: 't10k-images-idx3-ubyte',
251 testLabels: 't10k-labels-idx1-ubyte'
252 }
253 }
254}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected