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

Function enableModelButtons

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

Source from the content-addressed store, hash-verified

163 }
164
165 function enableModelButtons() {
166 createOrLoadModelButton.disabled = false;
167 deleteModelButton.disabled = false;
168 trainModelButton.disabled = false;
169 generateTextButton.disabled = false;
170 }
171
172 /**
173 * Use `textGenerator` to generate random text, show the characters on the

Callers 2

generateTextFunction · 0.85
setUpUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected