Skip to content

Commit

Permalink
Update typo in architecture diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
yhteoh committed Jun 19, 2024
1 parent 16a9bcd commit 9b4abe0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/resource/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/resource/architecture.tex
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
\node [align=center,anchor=south, rectangle, fill=MCyan100, draw, rounded corners=0.5cm, minimum height=1cm, minimum width=4cm] (dec_ffnn) at ($(dec_mha_cross.north) + (0,1)$) {FFNN};


\node (output2) at($(tfdec.north) + (0,1)$) {\Large $p_\theta(\boldsymbol{\sigma}) = \{ p_\theta(\sigma_1), p_\theta(\sigma_2|\sigma_1),...,p_\theta(\sigma_N|\sigma_{<N}) \}$};
\node (output2) at($(tfdec.north) + (0,1)$) {\Large $p_\theta(\boldsymbol{\sigma}) = p_\theta(\sigma_1)p_\theta(\sigma_2|\sigma_1)...p_\theta(\sigma_N|\sigma_{<N})$};

\draw [-stealth,line width=2] (input2) -- (dec_emb);
\draw [-stealth,line width=2] (dec_emb) -- (dec_posemb);
Expand Down

0 comments on commit 9b4abe0

Please sign in to comment.