Skip to content

Commit

Permalink
Update CS_Ensemble TS-LSTM v1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
InwoongLee authored Jul 3, 2018
1 parent 5d8ac99 commit 1257f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NTU_Code/CS_Ensemble TS-LSTM v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,7 @@ def feature_only_diff(data, maxValue, config):
return new_data

def feature_only_diff_2(data, maxValue, config):
new_data = np.zeros([len(data), maxValue, 2*config.feature_size])
new_data = np.zeros([len(data), maxValue, config.feature_size])

for batch_step in range(len(data)):
# print len(data[batch_step])
Expand Down

0 comments on commit 1257f42

Please sign in to comment.