You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/08 21:00:37 UTC

[GitHub] [beam] ryanthompson591 commented on a diff in pull request #23726: added comments for tensorflow notebook

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org