We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The core issue is this - tensorflow/tfjs#3384
The build on Windows results in JS errors.
The fix is to upgrade the TFJS version in the package.json.
"@tensorflow/tfjs": "^2.4.0",
And then npm install to get the update.
npm install
After that the hosted build works without issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The core issue is this - tensorflow/tfjs#3384
The build on Windows results in JS errors.
The fix is to upgrade the TFJS version in the package.json.
And then
npm install
to get the update.After that the hosted build works without issues.
The text was updated successfully, but these errors were encountered: