Unverified Commit 4d0caf91 authored by k-w-w's avatar k-w-w Committed by GitHub
Browse files

Merge pull request #2964 from larrytin/patch-1

Change docstring to refer to tf.estimator instead of tf.learn in official/wide_deep
parents b980e404 1679377f
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# ============================================================================== # ==============================================================================
"""Example code for TensorFlow Wide & Deep Tutorial using TF.Learn API.""" """Example code for TensorFlow Wide & Deep Tutorial using tf.estimator API."""
from __future__ import absolute_import from __future__ import absolute_import
from __future__ import division from __future__ import division
from __future__ import print_function from __future__ import print_function
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment