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

Function getEpochs

webcam-transfer-learning/ui.js:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36const epochsElement = document.getElementById('epochs');
37export const getEpochs = () => +epochsElement.value;
38
39const denseUnitsElement = document.getElementById('dense-units');
40export const getDenseUnits = () => +denseUnitsElement.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected