Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 58db335

Browse files
authored
Merge pull request #1264 from akineeic/tfjs-memory
[WASM] Fix the memory issue of tfjs-wasm-backend.
2 parents 4bb5437 + c4d9e37 commit 58db335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/util/BaseExample.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ class BaseExample extends BaseApp {
311311
}
312312
}
313313
this._updateHistoryEntryURL();
314+
this._freeMemoryResources();
314315
updateModelComponentsStyle(um);
315316
this.main();
316317
});

0 commit comments

Comments
 (0)