Skip to content

Commit 9b1d5b1

Browse files
author
Brian Stark
committed
fixed extra line error.
1 parent 8cc3681 commit 9b1d5b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.ML.Vision/ImageClassificationTrainer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,6 @@ private void CleanUpTmpWorkspace()
11541154
}
11551155
}
11561156

1157-
11581157
private (Session, Tensor, Tensor, Tensor) BuildEvaluationSession(int classCount)
11591158
{
11601159
var evalGraph = LoadMetaGraph(Path.Combine(Path.GetTempPath(), ResourceDir, ModelFileName[_options.Arch]));

0 commit comments

Comments
 (0)