expo/examples

Model Loading Issue

igneous8k opened this issue · 0 comments

Steps to reproduce:

  1. npx create-react-native-app my-app -t with-tfjs-camera
  2. npm i --legacy-peer-deps
  3. npm start
  4. scan QR from expo go.
  5. Check console for below error due to which model never loads.

WARN Possible Unhandled Promise Rejection (id: 0):
Error: Argument 'a' passed to 'mul' must be a Tensor or TensorLike, but got 'Tensor'
Error: Argument 'a' passed to 'mul' must be a Tensor or TensorLike, but got 'Tensor'