tensorflow / rust

Rust language bindings for TensorFlow
Apache License 2.0
5.17k stars 422 forks source link

Bind Estimator API #227

Open gdesmott opened 4 years ago

gdesmott commented 4 years ago

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.

adamcrume commented 4 years ago

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.