rstudio / tfestimators

R interface to TensorFlow Estimators
https://tensorflow.rstudio.com/tfestimators
57 stars 21 forks source link

tfestimator not compatible with tensorflow version 2 #182

Open sne-ngxukumeshe opened 2 years ago

sne-ngxukumeshe commented 2 years ago

When loading the tfestimator library in R, it returns the following output "tfestimators is not recomended for new code. It is only compatible with Tensorflow version 1, and is not compatable with Tensorflow version 2."

Just a heads up to please update the package so it's compatible with the latest version of Tensorflow, please.

t-kalinowski commented 2 years ago

Hi, Thanks for filing.

This package is not going to be updated. It is only maintained to not break existing code out there.

There are better ways to achieve the same goals today using keras preprocessing layers and tfdatasets. Please don't write new code with this package, it is likely go be retired soon.