tractjs icon indicating copy to clipboard operation
tractjs copied to clipboard

Run ONNX and TensorFlow inference in the browser.

Results 23 tractjs issues
Sort by recently updated
recently updated
newest added

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.13.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies
javascript

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies
javascript

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies
javascript

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies
javascript

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies
javascript

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.6.0. Release notes Sourced from highlight.js's releases. Version 10.6.0 New Languages: Added 3rd party Laravel Blade grammar to SUPPORTED_LANGUAGES (#2944) Michael Newton Language grammar improvements:...

dependencies
javascript

tract now supports [NNEF](https://www.khronos.org/nnef) in https://github.com/snipsco/tract/pull/340. - [x] Check size reduction by replacing ONNX and TF with NNEF and building the package. - [ ] If the size reduction is...

Multithreading across the batch dimension should be quite easy to implement (ref [wasm-bindgen rayon example](https://rustwasm.github.io/docs/wasm-bindgen/examples/raytrace.html)) without any need for changes in tract ([like this](https://github.com/snipsco/tract/issues/326#issuecomment-661149080)). Would only need a new option...

enhancement

As mentioned in https://github.com/bminixhofer/tractjs/blob/master/README.md#what-about-size not inlining the Worker and WASM would reduce size. With the recent changes in the build system this should be much easier than before. At the...

enhancement

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.7.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies
rust