Kevin Scott
Kevin Scott
Apologies for the delay @bennypowers. Applying the rollup commons plugin didn't seem to help. I created a minimal repo that reproduces the issue here: https://github.com/thekevinscott/wtr-tfjs-test It's got two tests, `sum.test.js`...
I tried a few strategies with regards to esbuild. 1 - [esbuild as a plugin](https://github.com/thekevinscott/wtr-tfjs-test/pull/2). [Didn't work](https://github.com/thekevinscott/wtr-tfjs-test/runs/5216202804?check_suite_focus=true). 2 - [esbuild as a pre-bundling step](https://github.com/thekevinscott/wtr-tfjs-test/pull/3). [Also didn't work](https://github.com/thekevinscott/wtr-tfjs-test/runs/5216403621?check_suite_focus=true) (though a different...
Really appreciate that @bengfarrell ! I'll take a look and follow up with questions / what I find.
Added an example working with Electron at https://upscalerjs.com/documentation/guides/browser/implementations/electron
Arrived here after googling, running in to the same error with the `DNN library`. [The comment from @gabehope](https://github.com/google/jax/issues/4920#issuecomment-1039826201) helped me resolve my problem. Specifically, I was running both Tensorflow and...
What model are you using?
Have you tried using patch sizes? https://upscalerjs.com/documentation/guides/browser/performance/patch-sizes If it’s still not working, it may be that the image itself is too large to load into a tensor. If you load...
Closing this as stale - please reopen if you're having issues.
Awesome, glad to hear it!
Thanks @hoodmane! I'll keep an eye on that issue. Just for my edification, where did you find that error message? In my output I just see the dump from the...