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

Method getTrainData

mnist-node/data.js:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 getTrainData() {
143 return this.getData_(true);
144 }
145
146 getTestData() {
147 return this.getData_(false);

Callers 1

runFunction · 0.45

Calls 1

getData_Method · 0.95

Tested by

no test coverage detected