-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
tfjs-node / tfjs-backend-wasm version
1.7.2
Problem
I am running my model using tfjs-node code and it works fine(tensorflow backend). When I try to use 'wasm' backend (for performance), I get following error :
Error: 'squaredDifference' not yet implemented or not found in the registry. Did you forget to import the kernel?
Model :
I am using the transformer model (depthwise separable convolutions) from https://github.com/reiinakano/arbitrary-image-stylization-tfjs
Is there any way support for this kernel in 'wasm' can be achieved?
Thanks.