damccorm commented on code in PR #23726:
URL: https://github.com/apache/beam/pull/23726#discussion_r1017016075
##########
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:
@ryanthompson591 reminder about this lingering comment. Once that is in we
can merge
--
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]