[
https://issues.apache.org/jira/browse/BEAM-13984?focusedWorklogId=754073&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-754073
]
ASF GitHub Bot logged work on BEAM-13984:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Apr/22 13:39
Start Date: 07/Apr/22 13:39
Worklog Time Spent: 10m
Work Description: yeandy commented on code in PR #17196:
URL: https://github.com/apache/beam/pull/17196#discussion_r845148233
##########
sdks/python/apache_beam/ml/inference/pytorch_impl.py:
##########
@@ -0,0 +1,119 @@
+#
Review Comment:
Done. And just to clarify, do you mean with `model_loader`?
```
model_loader = beam.ml.inference.pytorch.PyTorchModelLoader()
beam.ml.inference.RunInference(model_loader)
```
Issue Time Tracking
-------------------
Worklog Id: (was: 754073)
Time Spent: 1.5h (was: 1h 20m)
> Implement RunInference for PyTorch
> ----------------------------------
>
> Key: BEAM-13984
> URL: https://issues.apache.org/jira/browse/BEAM-13984
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Andy Ye
> Assignee: Andy Ye
> Priority: P2
> Labels: run-inference
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Implement RunInference for PyTorch as described in the design doc
> [https://s.apache.org/inference-sklearn-pytorch]
> There will be a pytorch_impl.py file that contains PyTorchModelLoader and
> PyTorchInferenceRunner classes.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)