Skip to content

Commit 9fb0c30

Browse files
committed
review_update_karthik_2
1 parent 48f5a1f commit 9fb0c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/14-deep-learning/how_PSETAE_works.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"\n",
158158
"- The pre-trained word embedding model used in the original mode is replaced by PSE's spectral embedding.\n",
159159
"- The positional encoder uses the first obervation or date to calculate number of days to other dates. This helps the model to take in account the variance in temporal observations.\n",
160-
"- As the goal was to encode the whole time-series into single embedding, rather then output for each element of sequence. Hence, Query tensors generated by the each attention heads are pooled into single master query."
160+
"- The goal is to encode the whole time-series into single embedding, rather then generate one for each element of sequence. To achieve this, query tensors generated by the each attention heads are pooled into single master query."
161161
]
162162
},
163163
{

0 commit comments

Comments
 (0)