Skip to content

Commit f415ec8

Browse files
Update ObjectDetection.cs
1 parent e92314d commit f415ec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.ML.AutoML/SweepableEstimator/Estimators/ObjectDetection.cs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public override IEstimator<ITransformer> BuildFromOption(MLContext context, Obje
2626
WeightDecay = param.WeightDecay,
2727
PredictedBoundingBoxColumnName = param.PredictedBoundingBoxColumnName,
2828
ScoreThreshold = param.ScoreThreshold,
29-
Steps = param.Steps,
3029
IOUThreshold = param.IOUThreshold,
3130
};
3231

0 commit comments

Comments
 (0)