Skip to content

Commit 90e7532

Browse files
committed
Small tweak
Signed-off-by: AlexDBlack <[email protected]>
1 parent d28f9ed commit 90e7532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dl4j-examples/src/main/java/org/deeplearning4j/examples/userInterface/UIStorageExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class UIStorageExample {
3838
public static void main(String[] args){
3939

4040
//Run this example twice - once with collectStats = true, and then again with collectStats = false
41-
boolean collectStats = false;
41+
boolean collectStats = true;
4242

4343
if(collectStats){
4444
//First run: Collect training stats from the network

0 commit comments

Comments
 (0)