... | ... | @@ -173,7 +173,7 @@ With this code the sequences with sequence length = 6 and param = 'T2M' for the |
|
|
# Reshape for ConvLSTM
|
|
|
X_train = X_train.reshape((X_train.shape[0], sequence_length, X_train.shape[2]))
|
|
|
```
|
|
|
Output of all_sequences[0][0][0]
|
|
|
Output of all_sequences[0][0][0] (one sequence of length 6 of X (all current parameters))
|
|
|
|
|
|
```
|
|
|
array([[0.63587862, 0.65751672, 0.79055085, 0. , 0.67400501,
|
... | ... | |