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
To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.
TensorFlow.js version 3.5.0
tfjs-wechat plugin version 0.2.0
WeChat version none
WeChat base API version 2.17.3
WeChat IDE version 1.05.2105170
Describe the problem or feature request
The posenet demo with latest code compile error when use devtool preview, see the information
message:Error: miniprogram_npm/@tensorflow/tfjs-backend-webgl/index.js: file: miniprogram_npm/@tensorflow/tfjs-backend-webgl/index.js
Unexpected token: operator (>)
1037 | var _loop = function (_t3) {
1038 | var r = n.util.indexToLoc(_t3, u, l),
By the way, posenet demo run in above iOS v14.5 will cause range error, use tf.broswer.fromPixels can solve this problem, but I feel the efficiency has decresed.
To get help from the community, we encourage using Stack Overflow and the tensorflow.js tag.
TensorFlow.js version 3.5.0
tfjs-wechat plugin version 0.2.0
WeChat version none
WeChat base API version 2.17.3
WeChat IDE version 1.05.2105170
Describe the problem or feature request
The posenet demo with latest code compile error when use devtool preview, see the information
message:Error: miniprogram_npm/@tensorflow/tfjs-backend-webgl/index.js: file: miniprogram_npm/@tensorflow/tfjs-backend-webgl/index.js
Unexpected token: operator (>)
1037 | var _loop = function (_t3) {
1038 | var r = n.util.indexToLoc(_t3, u, l),
Code to reproduce the bug / link to feature request
The text was updated successfully, but these errors were encountered: