djl icon indicating copy to clipboard operation
djl copied to clipboard

Tensorflow extensions on Windows not working

Open lucaro opened this issue 3 years ago • 1 comments

I tried to load the tensorflow-text extension as described in the documentation (https://djl.ai/docs/tensorflow/how_to_import_tensorflow_models_in_DJL.html) but was unable to do so under Windows. When calling TensorFlow.loadLibrary() I get UnsatisfiedLinkError: no jnitensorflow in java.library.path. This might be the same issue as https://github.com/tensorflow/java/issues/404. Since DJL has a custom build of the platform natives though, maybe this could be addressed independently.

lucaro avatar Jul 16 '22 17:07 lucaro

We depends on tfjava. We have to wait tfjava to fix this.

frankfliu avatar Jul 19 '22 23:07 frankfliu