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

Function getBatchSizeFraction

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

Source from the content-addressed store, hash-verified

32
33const batchSizeFractionElement = document.getElementById('batchSizeFraction');
34export const getBatchSizeFraction = () => +batchSizeFractionElement.value;
35
36const epochsElement = document.getElementById('epochs');
37export const getEpochs = () => +epochsElement.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected