-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95dc78e
commit d3c7487
Showing
5 changed files
with
745 additions
and
45 deletions.
There are no files selected for viewing
Binary file not shown.
64 changes: 64 additions & 0 deletions
64
computational_intelligence_lab/summary/figures/transformer-layer.pdf_tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
%% Creator: Inkscape 1.3.2 (091e20e, 2023-11-25), www.inkscape.org | ||
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 | ||
%% Accompanies image file 'transformer-layer.pdf' (pdf, eps, ps) | ||
%% | ||
%% To include the image in your LaTeX document, write | ||
%% \input{<filename>.pdf_tex} | ||
%% instead of | ||
%% \includegraphics{<filename>.pdf} | ||
%% To scale the image, write | ||
%% \def\svgwidth{<desired width>} | ||
%% \input{<filename>.pdf_tex} | ||
%% instead of | ||
%% \includegraphics[width=<desired width>]{<filename>.pdf} | ||
%% | ||
%% Images with a different path to the parent latex file can | ||
%% be accessed with the `import' package (which may need to be | ||
%% installed) using | ||
%% \usepackage{import} | ||
%% in the preamble, and then including the image with | ||
%% \import{<path to file>}{<filename>.pdf_tex} | ||
%% Alternatively, one can specify | ||
%% \graphicspath{{<path to file>/}} | ||
%% | ||
%% For more information, please see info/svg-inkscape on CTAN: | ||
%% http://tug.ctan.org/tex-archive/info/svg-inkscape | ||
%% | ||
\begingroup% | ||
\makeatletter% | ||
\providecommand\color[2][]{% | ||
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% | ||
\renewcommand\color[2][]{}% | ||
}% | ||
\providecommand\transparent[1]{% | ||
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% | ||
\renewcommand\transparent[1]{}% | ||
}% | ||
\providecommand\rotatebox[2]{#2}% | ||
\newcommand*\fsize{\dimexpr\f@size pt\relax}% | ||
\newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% | ||
\ifx\svgwidth\undefined% | ||
\setlength{\unitlength}{180bp}% | ||
\ifx\svgscale\undefined% | ||
\relax% | ||
\else% | ||
\setlength{\unitlength}{\unitlength * \real{\svgscale}}% | ||
\fi% | ||
\else% | ||
\setlength{\unitlength}{\svgwidth}% | ||
\fi% | ||
\global\let\svgwidth\undefined% | ||
\global\let\svgscale\undefined% | ||
\makeatother% | ||
\begin{picture}(1,0.88888889)% | ||
\lineheight{1}% | ||
\setlength\tabcolsep{0pt}% | ||
\put(0,0){\includegraphics[width=\unitlength,page=1]{transformer-layer.pdf}}% | ||
\put(0.484075,0.01941361){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}$\mat{X}$\end{tabular}}}}% | ||
\put(0.484075,0.84518331){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}$\mat{\Xi}$\end{tabular}}}}% | ||
\put(0.34783448,0.19634274){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}Masked MHSA\end{tabular}}}}% | ||
\put(0.38498638,0.36843879){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}Layer norm\end{tabular}}}}% | ||
\put(0.36341207,0.52845453){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}Feed forward\end{tabular}}}}% | ||
\put(0.3849864,0.70257988){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{0}\smash{\begin{tabular}[t]{l}Layer norm\end{tabular}}}}% | ||
\end{picture}% | ||
\endgroup% |
Oops, something went wrong.