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

Function trainStatus

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

Source from the content-addressed store, hash-verified

56 statusElement.style.visibility = 'hidden';
57}
58export function trainStatus(status) {
59 trainStatusElement.innerText = status;
60}
61
62export let addExampleHandler;
63export function setExampleHandler(handler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected