* Remove the locally saved model from IndexedDB.
()
| 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. |
no outgoing calls
no test coverage detected