tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 529 forks source link

Tutorials need to be updated to work with TensorFlow 2.0 #130

Closed zhiqwang closed 3 years ago

zhiqwang commented 4 years ago

Hi, Thanks for your cool work. But the tutorial of adanet (vesion 0.8.0) seems incompatible with tensorflow 2.0, would you please add more tutorials here?

cweill commented 4 years ago

@zhiqwang: You're right, we need to update our tutorials to use TF 2.

cweill commented 4 years ago

This should be relatively easy to port over, using tf.compat.v1 for missing modules.

ghost commented 4 years ago

As per this, you should try to use the new modules instead of using compat.v1 everywhere.

cweill commented 3 years ago

This should be resolved now.