tensorflow / adanet

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

tf.keras.layers not supported #100

Open cweill opened 5 years ago

cweill commented 5 years ago

We consistently see issues when users use tf.keras.layers, which are fixed when they switch to the tf.layers equivalent.

Related to #1.

chamorajg commented 5 years ago

Can I work on this issue @cweill ?