ryanthompson591 commented on code in PR #23726:
URL: https://github.com/apache/beam/pull/23726#discussion_r1017108207


##########
examples/notebooks/beam-ml/run_inference_tensorflow.ipynb:
##########
@@ -414,6 +413,8 @@
         "'x': tf.io.FixedLenFeature([], tf.float32),\n",
         "}\n",
         "\n",
+        "# tf.function compiles the function into a callable TF graph.\n",
+        "# RunInference relies on calling a TF graph as a model.\n",

Review Comment:
   Thanks for reminding me of this PR.  I made a note, let me know if it looks 
right.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to