tensorflow / decision-forests

A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Apache License 2.0
663 stars 110 forks source link

Tensorflow decision forests after update to tf 2.6.0 #54

Closed lukebor closed 3 years ago

lukebor commented 3 years ago

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

tilakrayal commented 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.

mihaimaruseac commented 3 years ago

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.

janpfeifer commented 3 years ago

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.

janpfeifer commented 3 years ago

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.

arvnds commented 3 years ago

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.

achoum commented 3 years ago

The v0.1.9 was released. It is compatible with TF2.6.