MahmoudWahdan / dialog-nlu

Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU
Apache License 2.0
98 stars 40 forks source link

Upgrade to TF 2 #3

Closed jvence closed 4 years ago

jvence commented 5 years ago

Any plans to upgrade this to TF2? And perhaps implement some sort of Estimator and/or serving support. Many thanks.

MahmoudWahdan commented 4 years ago

Thanks for your suggestions. Yes, We will add TF2 support soon and may be some kind of rest API

MahmoudWahdan commented 4 years ago

A simple rest service added

jvence commented 4 years ago

That is great news. Thank you.

MahmoudWahdan commented 4 years ago

TF 2 support merged with master
73b3134

jvence commented 4 years ago

Thanks so much. Will test and get back to you.