tensorflow / lattice

Lattice methods in TensorFlow
Apache License 2.0
518 stars 94 forks source link

TensorFlow 2.0 plan #30

Closed si-you closed 5 years ago

si-you commented 5 years ago

Is there any plan for tensorflow 2.0 release? I heard that the eager mode will be default in TF 2.0, but not sure TF lattice is ready for it.

Thank you!

mmilanifard commented 5 years ago

We are actively working towards a release for TF 2.0.

si-you commented 5 years ago

thank you!

vishnuapp commented 5 years ago

Wanted to check to see if there is an ETA on TF 2.0. Thanks.

mmilanifard commented 5 years ago

We will be releasing an update to the current code base with tf.compat.v1 in a week or so, which should make it usable in graph mode under TF 2.0 release. The new library with eager support and Keras layers is on its way and will hopefully be open sourced by the end of this quarter.

vishnuapp commented 5 years ago

Thank you.

uve commented 4 years ago

hello @mmilanifard, could you please provide any ETA for lattice+tf2.0?

mmilanifard commented 4 years ago

Sorry for the long delays on this. RFC is out and we are hoping for a release by mid Jan. We welcome any feedback on the design. PR: https://github.com/tensorflow/community/pull/186 RFC doc