Describe the bug:
When testing the latest TensorFlow library version bump identified by Dependabot, the HelloTensorFlow class fails with an error that the native library is not found. Documentation about including the native library can be found here: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/java/LEGACY.md
The current TensorFlow Java library is considered legacy and has been replaced by: https://github.com/tensorflow/java
It is recommended to move to the new version, as the native library can be included as a Gradle dependency.
Steps to reproduce the bug:
- Run the
HelloTensorFlow test class.
Expected behavior:
Test executes successfully.
WRIMS version used:
3.0.0-alpha.7
Describe the bug:
When testing the latest TensorFlow library version bump identified by Dependabot, the
HelloTensorFlowclass fails with an error that the native library is not found. Documentation about including the native library can be found here: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/java/LEGACY.mdThe current TensorFlow Java library is considered legacy and has been replaced by: https://github.com/tensorflow/java
It is recommended to move to the new version, as the native library can be included as a Gradle dependency.
Steps to reproduce the bug:
HelloTensorFlowtest class.Expected behavior:
Test executes successfully.
WRIMS version used:
3.0.0-alpha.7