Model Loading Issue
Open
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
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'
Contributor guide
Assessment
This issue has not been assessed yet.