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

Function removeModelLocally

iris-fitDataset/loader.js:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63export async function removeModelLocally() {
64 return await tf.io.removeModel(LOCAL_MODEL_URL);
65}
66
67/**
68 * Check the presence and status of locally saved models (e.g., in IndexedDB).

Callers

nothing calls this directly

Calls 1

removeModelMethod · 0.45

Tested by

no test coverage detected