Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568240895
  • Loading branch information
grasskin authored and tensorflower-gardener committed Sep 25, 2023
1 parent 616e3d7 commit 9ee01b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow_estimator/python/estimator/keras_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ def _get_file_from_google_storage(keras_model_path, model_dir):
return file_name


# LINT.IfChange
def model_to_estimator(keras_model=None,
keras_model_path=None,
custom_objects=None,
Expand All @@ -534,7 +533,6 @@ def model_to_estimator(keras_model=None,
use_v2_estimator=False,
metric_names_map=None,
export_outputs=None):
# 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 9ee01b4

Please sign in to comment.