expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.21k stars 862 forks source link

Model Loading Issue #424

Open igneous8k opened 1 year ago

igneous8k commented 1 year ago

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'