Skip to content

Commit acf985d

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

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
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)