-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React app not building due to TensorFlow? #7601
Comments
Hi, @moseich Apologize for the delayed response and May I know which react-native version are you using ? It seems like there is some package dependancies issue, if possible please help me with complete If you're using latest If possible could you please help us with complete code via codepen or Github repo to clone and replicate the issue from our end ? Thank you! |
Hi @gaikwadrahul8 |
Hi, @moseich Apologize for the delayed response and I'm really sorry to hear that things with react native did not work for you, there may be some package dependancies compatibility issues and I'm not sure which react native version did you try from your end, If you want to give it try once again with react native then please try below mentioned package dependancies as per our official documentation and check whether things are working you and react app is building for you and team is working on package dependancies compatible issues, you can refer this comment
If issue still persists please let us know ? Thank you! |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
Considering that I recently started studying both TensorFlow and React, I ask you to help with an incomprehensible error that prevents the application (website) from being built.
The user downloads the neural network in tfjs format and can check its operation directly on the site page.
Installed the package
npm i @tensorflow/tfjs
.In dependencies, I have the version displayed:
"@tensorflow/tfjs": "^4.3.0"
Downloading the model:
Model work and drawing frames around the object:
`async function predictionFunction() {
Everything works fine on the local machine, but when I try to build the application I get an error:
Please help me figure out how to fix it.
The text was updated successfully, but these errors were encountered: