AttributeError: module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'inputs'
AttributeError: module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'inputs'
Solution
tf.compat.v1.estimator.inputs.pandas_input_fn
Comments
Post a Comment