MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / enableModelParameterControls

Function enableModelParameterControls

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

Source from the content-addressed store, hash-verified

239 }
240
241 function enableModelParameterControls() {
242 lstmLayersSizesInput.disabled = false;
243 }
244
245 function updateModelParameterControls(lstmLayerSizes) {
246 lstmLayersSizesInput.value = lstmLayerSizes;

Callers 1

refreshLocalModelStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected