Skip to content

Commit

Permalink
Remove experimental decordarator.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 158748337
  • Loading branch information
Jianwei Xie authored and tensorflower-gardener committed Jun 12, 2017
1 parent 2d1823f commit 01de9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow/contrib/learn/python/learn/learn_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from __future__ import division
from __future__ import print_function

from tensorflow.contrib.framework.python.framework import experimental
from tensorflow.contrib.learn.python.learn.estimators import run_config as run_config_lib
from tensorflow.contrib.learn.python.learn.experiment import Experiment
from tensorflow.contrib.training.python.training import hparam as hparam_lib
Expand Down Expand Up @@ -210,7 +209,6 @@ def _create_my_experiment(output_dir):
return _execute_schedule(experiment, schedule)


@experimental
def tune(experiment_fn, tuner):
"""Tune an experiment with hyper-parameters.
Expand Down

0 comments on commit 01de9af

Please sign in to comment.