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
Execution fails with the following error at the start up (during the warm-up) and when clicking "Guess" button.
A TF.js demo, Emoji Scavenger Hunt, that uses similar features, runs fine on Mobile Safari. So, there should be a way to fix it.
iOS version tested is 11.3 and TF.js is of version_core: "0.9.1".
[Error] Error: Can't squeeze axis 1 since its dim '2' is not 1
squeezeShape (util.js:248)
squeeze (array_ops.js:348)
executeOp (transformation_executor.js:16)
(anonymous function) (graph_executor.js:139)
reduce
(anonymous function) (graph_executor.js:137)
tidy (tracking.js:36)
execute (graph_executor.js:135)
execute (frozen_model.js:161)
(anonymous function) (index.js:46)
tidy (tracking.js:36)
(anonymous function) (index.js:44:84)
Note that the following error is also shown during the warmup (only once).
Although this freezes the execution for a while, the app resumes the execution successfully:
Execution fails with the following error at the start up (during the warm-up) and when clicking "Guess" button.
A TF.js demo, Emoji Scavenger Hunt, that uses similar features, runs fine on Mobile Safari. So, there should be a way to fix it.
iOS version tested is 11.3 and TF.js is of version_core: "0.9.1".
Note that the following error is also shown during the warmup (only once).
Although this freezes the execution for a while, the app resumes the execution successfully:
The above error is also seen on Safari, whereas the one failing on
squeezeShape
happens only on Mobile Safari.The text was updated successfully, but these errors were encountered: