You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference/resnet.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This classification algorithm is a supervised learning method, and requires a la
20
20
> [!NOTE]
21
21
> 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.
22
22
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).
24
24
25
25
### More about ResNet
26
26
@@ -36,7 +36,7 @@ Refer to [this paper](https://pytorch.org/vision/stable/models.html#torchvision.
36
36
37
37
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.
38
38
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).
40
40
41
41
6. Submit the pipeline.
42
42
@@ -59,8 +59,8 @@ After pipeline run is completed, to use the model for scoring, connect the [Trai
0 commit comments