Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
let
data;
23
async
function
load() {
24
data =
new
MnistData();
25
await
data.load();
26
}
27
28
async
function
train() {
29
ui.isTraining();
Callers
1
mnist
Function · 0.70
Calls
1
load
Method · 0.45
Tested by
no test coverage detected