You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure that this is a bug. As per our GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): Yes/No(any call can break)
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11
TensorFlow.js installed from (npm or script link): npm
TensorFlow.js version (use command below):
Tensorflow.js Converter Version:
Describe the current behavior
Failed to load .node bindings, copying tensorflow.dll can solve the problem Describe the expected behavior
tfjs can load without any hacking method Standalone code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate
the problem. If possible, please share a link to Colab/CodePen/any notebook.
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered:
I apologize for the delayed response. This is a known issue with tfjs-node. To temporarily resolve it, please manually copy the tensorflow.dll file from @tensorflow\tfjs-node\lib\napi-v9 to @tensorflow\tfjs-node\lib\napi-v8. We're working on a permanent fix.
I apologize for the delayed response. This is a known issue with tfjs-node. To temporarily resolve it, please manually copy the tensorflow.dll file from @tensorflow\tfjs-node\lib\napi-v9 to @tensorflow\tfjs-node\lib\napi-v8. We're working on a permanent fix.
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
Describe the current behavior
Failed to load .node bindings, copying tensorflow.dll can solve the problem
Describe the expected behavior
tfjs can load without any hacking method
Standalone code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate
the problem. If possible, please share a link to Colab/CodePen/any notebook.
Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.
The text was updated successfully, but these errors were encountered: