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

Function disableModelParameterControls

lstm-text-generation/ui.js:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 function disableModelParameterControls() {
238 lstmLayersSizesInput.disabled = true;
239 }
240
241 function enableModelParameterControls() {
242 lstmLayersSizesInput.disabled = false;

Callers 2

refreshLocalModelStatusFunction · 0.85
setUpUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected