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

Function disableTrainButton

data-generator/ui.js:191–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191export function disableTrainButton() {
192 document.getElementById('train-model-using-fit-dataset')
193 .setAttribute('disabled', true);
194}
195
196export function enableStopButton() {
197 document.getElementById('stop-training').removeAttribute('disabled');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected