You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check size reduction by replacing ONNX and TF with NNEF and building the package.
If the size reduction is significant (@kali sees 25%!) we should create a separate package @tractjs/nnef for NNEF support. It follows that ONNX and TF should also be split this way into @tractjs/onnx and @tractjs/tf. See the way TF.js does splitting into packages.
tract now supports NNEF in sonos/tract#340.
@tractjs/nnef
for NNEF support. It follows that ONNX and TF should also be split this way into@tractjs/onnx
and@tractjs/tf
. See the way TF.js does splitting into packages.This and #12 should get us below 1MB!
The text was updated successfully, but these errors were encountered: