"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "4a7e5609a9db54a098cfd7c958866635f685d3d3"
Unverified Commit 6e2eac32 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

clarification on how to use in-graph

parent bd1a74ab
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
"source": [ "source": [
"We'll enable [eager execution](https://www.tensorflow.org/guide/eager) for demonstration purposes, but AutoGraph works in both eager and [graph execution](https://www.tensorflow.org/guide/graphs) environments:", "We'll enable [eager execution](https://www.tensorflow.org/guide/eager) for demonstration purposes, but AutoGraph works in both eager and [graph execution](https://www.tensorflow.org/guide/graphs) environments:",
"", "",
"Important: The converted code will _work_ in eager mode. But it runs as an eager-python function. To run the resulting code in a graph use `tf.contrib.eager.defun`." "Important: The converted code will _work_ directly in eager mode. But it runs as an eager-python function. To run in-graph use explicit graphs, as in this doc, or use `tf.contrib.eager.defun`."
] ]
}, },
{ {
......
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