Dhanwanth Parameswar
Dhanwanth Parameswar
I'm starting to face this issue using tfjs on arm64 ubuntu. inference.so for tfdf couldn't be found. This should be looked into further
Hey @shmishra99! I forgot to mention I wasn't exactly following the notebook you shared. I ran `tensorflowjs_converter --input_format=tfjs_layers_model --output_format=keras models/tfjs/model.json models/keras/fla_model.h5` inside the container and got the error. Could you...
Hey @shmishra99! Hmm still doesn’t work for me for some reason. It seems that on my end I’m not able to `import tensorflowjs as tfjs` and that gives the inference.so...
``` WARNING:root:Failure to load the inference.so custom c++ tensorflow ops. This error is likely caused the version of TensorFlow and TensorFlow Decision Forests are not compatible. Full error:/usr/local/lib/python3.10/site-packages/tensorflow_decision_forests/tensorflow/ops/inference/inference.so: cannot open...
You can try my image `docker pull dhanwanth/fla-backend:latest`
``` Name: tensorflow Version: 2.15.0 Summary: TensorFlow is an open source machine learning framework for everyone. Home-page: https://www.tensorflow.org/ Author: Google Inc. Author-email: [email protected] License: Apache 2.0 Location: /usr/local/lib/python3.10/site-packages Requires: tensorflow-cpu-aws...
Still shows same error.. deleted old image, created new build and ran but still got the earlier inference.so error after running the same r.py script
Hey @shmishra99! You seem to be running on an amd host instead of arm, which is what I’m getting the error using? Thanks!
Hey @shmishra99! Yes, they’re different formats, but how do I convert the formats? Thanks!
Hey! Any ideas? Thanks!