Skip to content

Commit

Permalink
Remove the legacy directory of tensorflow/python/keras/estimator
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 403208301
  • Loading branch information
qlzh727 authored and tensorflower-gardener committed Oct 14, 2021
1 parent 521b1e0 commit 3e2ef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_estimator/python/estimator/keras_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def model_to_estimator(keras_model=None,
use_v2_estimator=False,
metric_names_map=None,
export_outputs=None):
# LINT.ThenChange(//tensorflow/python/keras/estimator/__init__.py)
# LINT.ThenChange(//keras/estimator/__init__.py)
"""Constructs an `Estimator` instance from given keras model.
If you use infrastructure or other tooling that relies on Estimators, you can
Expand Down

0 comments on commit 3e2ef1f

Please sign in to comment.