Skip to content

Commit 6b67a52

Browse files
MaherJendoubiharishsk
authored andcommitted
Contributing: Fix typo (#4629)
1 parent 7c2ee61 commit 6b67a52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.ML.Vision/DnnRetrainTransform.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1262,12 +1262,12 @@ internal sealed class Options : TransformInputBase
12621262
public float LearningRate = 0.01f;
12631263

12641264
/// <summary>
1265-
/// Name of the input in TensorFlow graph that specifiy the location for saving/restoring models to/from disk.
1265+
/// Name of the input in TensorFlow graph that specify the location for saving/restoring models to/from disk.
12661266
/// This parameter is set by different kinds of 'Savers' in TensorFlow and users don't have control over this.
12671267
/// Therefore, its highly unlikely that this parameter is changed from its default value of 'save/Const'.
12681268
/// Please change it cautiously if you need to.
12691269
/// </summary>
1270-
[Argument(ArgumentType.AtMostOnce, HelpText = "Name of the input in TensorFlow graph that specifiy the location for saving/restoring models from disk.", SortOrder = 13)]
1270+
[Argument(ArgumentType.AtMostOnce, HelpText = "Name of the input in TensorFlow graph that specify the location for saving/restoring models from disk.", SortOrder = 13)]
12711271
public string SaveLocationOperation = "save/Const";
12721272

12731273
/// <summary>
@@ -1276,7 +1276,7 @@ internal sealed class Options : TransformInputBase
12761276
/// Therefore, its highly unlikely that this parameter is changed from its default value of 'save/control_dependency'.
12771277
/// Please change it cautiously if you need to.
12781278
/// </summary>
1279-
[Argument(ArgumentType.AtMostOnce, HelpText = "Name of the input in TensorFlow graph that specifiy the location for saving/restoring models from disk.", SortOrder = 14)]
1279+
[Argument(ArgumentType.AtMostOnce, HelpText = "Name of the input in TensorFlow graph that specify the location for saving/restoring models from disk.", SortOrder = 14)]
12801280
public string SaveOperation = "save/control_dependency";
12811281

12821282
/// <summary>

0 commit comments

Comments
 (0)