MCPcopy
hub / github.com/tensorflow/tfjs-examples / logStatus

Function logStatus

lstm-text-generation/ui.js:61–63  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

59let textGenerator;
60
61function logStatus(message) {
62 appStatus.textContent = message;
63}
64
65let batchLossValues;
66let epochLossValues;

Callers 6

onTrainBeginFunction · 0.70
onTrainBatchEndFunction · 0.70
onTextGenerationBeginFunction · 0.70
onTextGenerationCharFunction · 0.70
generateTextFunction · 0.70
setUpUIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected