Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes tensorflow#7702 by concatenating model weights into a single ArrayBuffer before sending them to IndexedDB. A better solution would be to store the model as multiple records, but this quick fix is easy to implement solves the issue for most current models (~1GB).
- Loading branch information