rust icon indicating copy to clipboard operation
rust copied to clipboard

Bind Estimator API

Open gdesmott opened this issue 6 years ago • 1 comments

I'd like to port some python code which is using the tf.estimator.Estimator API.

As I understand this API doesn't have Rust bindings yet.

gdesmott avatar Nov 10 '19 03:11 gdesmott

Unfortunately, there aren't C bindings for this. We'd need to rewrite the estimator API entirely in Rust. I'd like to support higher-level APIs in Rust, but there are lower-level pieces which need to be finished, first.

adamcrume avatar Jan 04 '20 23:01 adamcrume