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

Function getImageInput

mnist-transfer-cnn/ui.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37export function getImageInput() {
38 return document.getElementById('image-input').value;
39}
40
41export function getEpochs() {
42 return Number.parseInt(document.getElementById('epochs').value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected