-
Notifications
You must be signed in to change notification settings - Fork 202
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
Issue with loading model from: tensorflow_decision_forests #492
Comments
What versions of TF-Java and TF decision forests are you using? And what platform are you running on? |
thanks for responding @Craigacp , Should I add another dependency that includes TF-Java? And we execute our app in docker container: |
Looks like that TFDF version is pretty old. Try using the 1.0.1 release, that should be compatible with TF 2.10 which is the version built into TF-Java 0.5.0. |
I also tried the latest version of tfdf: https://pypi.org/project/tensorflow-decision-forests/#files |
just tried the tfdf version: 1.0.1: https://pypi.org/project/tensorflow-decision-forests/1.0.1/, still saw the error: |
We've moved to using the latest binaries from tensorflow so this should work better now, without symbol mismatches. |
hi team,
I'm encountering a similar issue with: #480
When I tried to load
val opList = TensorFlow.loadLibrary(this::class.java.getResource("/inference.so")!!.path)
,I can see the exception like:
Could anyone help to take a look? Thanks in advance!
The text was updated successfully, but these errors were encountered: