Skip to content

Commit 7d39c15

Browse files
Merge pull request #121217 from hyoshioka0128/patch-813
Update resnet.md (Typo "Pytorch"→"PyTorch")
2 parents b0954f4 + 643f834 commit 7d39c15

File tree

1 file changed

+4
-4
lines changed
  • articles/machine-learning/component-reference

1 file changed

+4
-4
lines changed

articles/machine-learning/component-reference/resnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This classification algorithm is a supervised learning method, and requires a la
2020
> [!NOTE]
2121
> This component does not support labeled dataset generated from *Data Labeling* in the studio, but only support labeled image directory generated from [Convert to Image Directory](convert-to-image-directory.md) component.
2222
23-
You can train the model by providing a model and a labeled image directory as inputs to [Train Pytorch Model](train-pytorch-model.md). The trained model can then be used to predict values for the new input examples using [Score Image Model](score-image-model.md).
23+
You can train the model by providing a model and a labeled image directory as inputs to [Train PyTorch Model](train-pytorch-model.md). The trained model can then be used to predict values for the new input examples using [Score Image Model](score-image-model.md).
2424

2525
### More about ResNet
2626

@@ -36,7 +36,7 @@ Refer to [this paper](https://pytorch.org/vision/stable/models.html#torchvision.
3636

3737
4. For **Zero init residual**, specify whether to zero-initialize the last batch norm layer in each residual branch. If selected, the residual branch starts with zeros, and each residual block behaves like an identity. This can help with convergence at large batch sizes according to https://arxiv.org/abs/1706.02677.
3838

39-
5. Connect the output of **ResNet** component, training and validation image dataset component to the [Train Pytorch Model](train-pytorch-model.md).
39+
5. Connect the output of **ResNet** component, training and validation image dataset component to the [Train PyTorch Model](train-pytorch-model.md).
4040

4141
6. Submit the pipeline.
4242

@@ -59,8 +59,8 @@ After pipeline run is completed, to use the model for scoring, connect the [Trai
5959

6060
| Name | Type | Description |
6161
| --------------- | ----------------------- | ---------------------------------------- |
62-
| Untrained model | UntrainedModelDirectory | An untrained ResNet model that can be connected to Train Pytorch Model. |
62+
| Untrained model | UntrainedModelDirectory | An untrained ResNet model that can be connected to Train PyTorch Model. |
6363

6464
## Next steps
6565

66-
See the [set of components available](component-reference.md) to Azure Machine Learning.
66+
See the [set of components available](component-reference.md) to Azure Machine Learning.

0 commit comments

Comments
 (0)