Closed lukebor closed 3 years ago
@Saduf2019 , I was able to reproduce the issue in tf v2.6.0-rc0, v2.6 and nightly and whereas with TF v2.5 code executed without error.
This is an issue in decision forests, not TF. There is a need to do a release against the newly released TF due to ABI issues.
Thanks for reporting @lukebor . We are aware of the issue and working on the ABI issues to prepare the new release of TF-DF for TF 2.6.
Just an update: we have a wheel working for TF 2.6. Fixing some minor things, and we will likely upload it to MyPI early next week.
We have released a version of TF-DF compatible with TF 2.6, see https://github.com/tensorflow/decision-forests/releases/tag/0.1.9rc1 -- unfortunately we are still testing this release and will upload it to PyPi soon. In the meantime, if you urgently need the fix, please install the wheels manually.
We will close this issue when the latest version on PyPi is TF 2.6 compatible.
The v0.1.9 was released. It is compatible with TF2.6.
There is a problem with Tensorflow_decision_forests after updating to version 2.6.0
here is the gist https://colab.research.google.com/gist/lukebor/70f7abd84d547bf39c4a8b47394e7017/beginner_colab.ipynb
I have used tensorflow beginner tutorial and upgraded the tf. If there is other way to import tfdf please let me know