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

Method getTrainData

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

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.45

Calls 1

getData_Method · 0.95

Tested by

no test coverage detected