Skip to content

Commit 8c5f715

Browse files
committed
Update example main
1 parent 2bc591e commit 8c5f715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Examples/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ public static class Program
88
{
99
public static async Task Main(string[] args)
1010
{
11-
//MNIST.Main(args);
11+
MNIST.Main(args);
1212
//AdversarialExampleGeneration.Main(args);
1313
//CIFAR10.Main(args);
1414
//SequenceToSequence.Main(args);
1515
//TextClassification.Main(args);
1616
//ImageTransforms.Main(args);
1717
//SpeechCommands.Main(args);
18-
//IOReadWrite.Main(args);
18+
IOReadWrite.Main(args);
1919
await Tensorboard.Main(args);
2020
}
2121
}

0 commit comments

Comments
 (0)