Commit Graph

8 Commits

Author SHA1 Message Date
Matthew Soulanille f1c5c93e68
Fix tfjs-inference python not throwing error (#6984)
* Fix tfjs-inference python not throwing error

Fix a bug where tfjs-inference does not propagate errors from JavaScript to Python.

* Restore the check for not creating a file
2022-10-31 15:04:00 -07:00
ahmedsabie 8e22247506
Add structured outputs support to tfjs-inference (#6696) 2022-08-03 14:49:16 -04:00
Na Li 80cc952e6e
Style fix to be consistent with g3. (#4519)
DEV
2021-01-11 19:16:11 -08:00
Ping Yu fd15e3ec4f
fix numpy version mismatch (#4021)
BUG
2020-10-05 13:13:59 -07:00
Na Li 9122c7eab4
Make tf_output_name optional. (#3667) 2020-07-27 20:13:16 -07:00
Na Li c21aa1092d
Add input and output name files. (#3561) 2020-07-07 14:42:28 -07:00
Na Li bde1db0939
Add wasm support to inference binary (#3529)
FEATURE Add wasm support to inference binary
2020-06-29 18:23:42 -07:00
Na Li c4e3297857
Initial check in of the tfjs inference api. (#3399)
DEV Initial check in of the tfjs inference api.
2020-06-08 16:21:31 -07:00