We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736bbf5 commit 4ee40e1Copy full SHA for 4ee40e1
dl4j-examples/src/test/java/org/deeplearning4j/examples/QuickTest.java
@@ -11,8 +11,8 @@ public void test() throws Exception {
11
LeNetMNIST.main(new String[]{});
12
System.out.println("Ending LenetMNIST");
13
System.out.println("Beginning VaeMNISTAnomaly");
14
- VaeMNISTAnomaly.main(new String[]{});
15
- System.out.println("Beginning VaeMNISTAnomaly");
+ //VaeMNISTAnomaly.main(new String[]{});
+ //System.out.println("Beginning VaeMNISTAnomaly");
16
17
}
18
0 commit comments