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

Function displayTrainLogMessage

data-generator/ui.js:71–73  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

69
70/** Updates message for training results. Used for training speed. */
71export function displayTrainLogMessage(message) {
72 statusElement.innerText = message;
73}
74
75/** Updates display of expected number of simulations to train model. */
76export function displayExpectedSimulations() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected