a10 commited on
Commit
25a04de
·
1 Parent(s): 852ce48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,7 +125,7 @@ batch_size = 256
125
  epochs = 10
126
 
127
  if ("0" != "mycustom"):
128
- past = 10
129
  future = 1
130
  batch_size = 1
131
 
@@ -170,7 +170,7 @@ batch_size = 256
170
  epochs = 10
171
 
172
  if ("0" != "mycustom"):
173
- past = 10
174
  future = 1
175
  batch_size = 1
176
 
 
125
  epochs = 10
126
 
127
  if ("0" != "mycustom"):
128
+ past = 0
129
  future = 1
130
  batch_size = 1
131
 
 
170
  epochs = 10
171
 
172
  if ("0" != "mycustom"):
173
+ past = 0
174
  future = 1
175
  batch_size = 1
176