Skip to content

Commit acf985d

Browse files
committed
Changed the calling function back to how it was in master
1 parent b80f7ad commit acf985d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/samples/Microsoft.ML.Samples/Program.cs

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static class Program
1010

1111
internal static void RunAll()
1212
{
13-
/*
13+
1414
int samples = 0;
1515
foreach (var type in Assembly.GetExecutingAssembly().GetTypes())
1616
{
@@ -23,10 +23,9 @@ internal static void RunAll()
2323
samples++;
2424
}
2525
}
26+
27+
Console.WriteLine("Number of samples that ran without any exception: " + samples);
2628

27-
Console.WriteLine("Number of samples that ran without any exception: " + samples);
28-
*/
29-
ResnetV2101TransferLearningTrainTestSplit.Example();
3029

3130
}
3231
}

0 commit comments

Comments
 (0)