Isolate tensorflow dependency
mweidner037 opened this issue · 1 comments
mweidner037 commented
tensorflow-js is only used by one demo (demos/types/tensor-average
) and greatly increases the install size.
We should deprecate the demo or isolate its dependencies from the main package.json
, to speed up install.
mweidner037 commented
Fixed in #237