Skip to content

Commit 458c344

Browse files
author
oliag
committed
Make MNIST dataset name more meaninful
1 parent d6c6949 commit 458c344

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/Microsoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ public void EntryPointTrainTestMacroNoTransformInput()
19181918
[Fact]
19191919
public void EntryPointKMeans()
19201920
{
1921-
TestEntryPointRoutine("Train-Tiny-28x28.txt", "Trainers.KMeansPlusPlusClusterer");
1921+
TestEntryPointRoutine("MNIST-Train-Tiny-28x28.txt", "Trainers.KMeansPlusPlusClusterer");
19221922
}
19231923

19241924
[Fact]

0 commit comments

Comments
 (0)