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

Method removeModel

cart-pole/index.js:304–306  ·  view source on GitHub ↗

* Remove the locally saved model from IndexedDB.

()

Source from the content-addressed store, hash-verified

302 * Remove the locally saved model from IndexedDB.
303 */
304 async removeModel() {
305 return await tf.io.removeModel(MODEL_SAVE_PATH_);
306 }
307
308 /**
309 * Get the sizes of the hidden layers.

Callers 3

setUpUIFunction · 0.45
removeModelLocallyFunction · 0.45
removeModelLocallyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected