a10 commited on
Commit
4a42d11
·
1 Parent(s): e59040d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- #%%
2
  from matplotlib.pyplot import title
3
  import tensorflow as tf
4
  from tensorflow import keras
@@ -128,6 +128,7 @@ if ("0" != "mycustom"):
128
  past = 0
129
  future = 1
130
  batch_size = 1
 
131
 
132
  def normalize(data, train_split):
133
  data_mean = data[:train_split].mean(axis=0)
@@ -173,6 +174,7 @@ if ("0" != "mycustom"):
173
  past = 0
174
  future = 1
175
  batch_size = 1
 
176
 
177
  def normalize(data, train_split):
178
  data_mean = data[:train_split].mean(axis=0)
@@ -272,4 +274,3 @@ fig = plot()
272
  st.pyplot(fig)
273
 
274
  # %%
275
-
 
1
+ #%%
2
  from matplotlib.pyplot import title
3
  import tensorflow as tf
4
  from tensorflow import keras
 
128
  past = 0
129
  future = 1
130
  batch_size = 1
131
+ step = 1
132
 
133
  def normalize(data, train_split):
134
  data_mean = data[:train_split].mean(axis=0)
 
174
  past = 0
175
  future = 1
176
  batch_size = 1
177
+ step = 1
178
 
179
  def normalize(data, train_split):
180
  data_mean = data[:train_split].mean(axis=0)
 
274
  st.pyplot(fig)
275
 
276
  # %%