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

Function load

mnist-core/index.js:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22let data;
23async function load() {
24 data = new MnistData();
25 await data.load();
26}
27
28async function train() {
29 ui.isTraining();

Callers 1

mnistFunction · 0.70

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected