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 d28f9ed commit 90e7532Copy full SHA for 90e7532
dl4j-examples/src/main/java/org/deeplearning4j/examples/userInterface/UIStorageExample.java
@@ -38,7 +38,7 @@ public class UIStorageExample {
38
public static void main(String[] args){
39
40
//Run this example twice - once with collectStats = true, and then again with collectStats = false
41
- boolean collectStats = false;
+ boolean collectStats = true;
42
43
if(collectStats){
44
//First run: Collect training stats from the network
0 commit comments