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

Function getBatchesPerEpoch

data-generator/ui.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49export function getBatchesPerEpoch() {
50 return batchesPerEpochElement.valueAsNumber;
51}
52
53export function getEpochsToTrain() {
54 return epochsToTrainElement.valueAsNumber;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected