TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Does Tensorflow.NET support Estimators?

Open JeroenMBooij opened this issue 3 years ago • 0 comments

TensorFlow implements several pre-made Estimators and I need some of them (listed below) for my project in .NET

  • tf.compat.v1.estimator.LinearRegressor
  • tf.compat.v1.estimator.DNNRegressor
  • tf.compat.v1.estimator.DNNLinearCombinedRegressor

But it seems estimator is not implemented in Tensorflow.NET. Is there any way for me to implement these high level API's I need in .NET?

JeroenMBooij avatar Oct 16 '22 16:10 JeroenMBooij