You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "RyujiTamaki (via GitHub)" <gi...@apache.org> on 2023/05/10 00:51:43 UTC

[GitHub] [beam] RyujiTamaki commented on a diff in pull request #26494: Update README.md

RyujiTamaki commented on code in PR #26494:
URL: https://github.com/apache/beam/pull/26494#discussion_r1189252306


##########
sdks/python/apache_beam/examples/inference/README.md:
##########
@@ -536,9 +536,9 @@ The pipeline reads rows of pixels corresponding to a digit, performs basic prepr
 The model is loaded from the saved model weights. This can be done by passing a function which creates the model and setting the model type as
 `ModelType.SAVED_WEIGHTS` to the `TFModelHandler`. The path to saved weights saved using `model.save_weights(path)` should be passed to the `model_path` argument.
 
-### Dataset and model for language modeling
+### Dataset and model for digit classification
 
-To use this transform, you need a dataset and model for language modeling.
+To use this transform, you need a dataset and model for digit classification.

Review Comment:
   @AnandInguva 
   I've made the requested changes and pushed the updated commit. Please take another look when you have a chance. Thank you for your feedback!



-- 
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