MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / load

Function load

mnist/index.js:269–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267
268let data;
269async function load() {
270 data = new MnistData();
271 await data.load();
272}
273
274// This is our main function. It loads the MNIST data, trains the model, and
275// then shows what the model predicted on unseen test data.

Callers 1

index.jsFile · 0.70

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected