Model Loading Issue
igneous8k opened this issue · 0 comments
igneous8k commented
Steps to reproduce:
- npx create-react-native-app my-app -t with-tfjs-camera
- npm i --legacy-peer-deps
- npm start
- scan QR from expo go.
- 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'