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: src/Microsoft.ML.Vision/DnnRetrainTransform.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -1262,12 +1262,12 @@ internal sealed class Options : TransformInputBase
1262
1262
publicfloatLearningRate=0.01f;
1263
1263
1264
1264
/// <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.
1266
1266
/// This parameter is set by different kinds of 'Savers' in TensorFlow and users don't have control over this.
1267
1267
/// Therefore, its highly unlikely that this parameter is changed from its default value of 'save/Const'.
1268
1268
/// Please change it cautiously if you need to.
1269
1269
/// </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)]
1271
1271
publicstringSaveLocationOperation="save/Const";
1272
1272
1273
1273
/// <summary>
@@ -1276,7 +1276,7 @@ internal sealed class Options : TransformInputBase
1276
1276
/// Therefore, its highly unlikely that this parameter is changed from its default value of 'save/control_dependency'.
1277
1277
/// Please change it cautiously if you need to.
1278
1278
/// </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)]
0 commit comments