We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80f7ad commit acf985dCopy full SHA for acf985d
1 file changed
docs/samples/Microsoft.ML.Samples/Program.cs
@@ -10,7 +10,7 @@ public static class Program
10
11
internal static void RunAll()
12
{
13
- /*
+
14
int samples = 0;
15
foreach (var type in Assembly.GetExecutingAssembly().GetTypes())
16
@@ -23,10 +23,9 @@ internal static void RunAll()
23
samples++;
24
}
25
26
27
+ Console.WriteLine("Number of samples that ran without any exception: " + samples);
28
- Console.WriteLine("Number of samples that ran without any exception: " + samples);
- */
29
- ResnetV2101TransferLearningTrainTestSplit.Example();
30
31
32
0 commit comments