-
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.
Merge branch 'acoustic_species_id_2024-10-28' of https://github.com/U…
…CSD-E4E/weekly_presentations into acoustic_species_id_2024-10-28
- Loading branch information
Showing
8 changed files
with
92 additions
and
59 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
% Announcements for 2024-10-28T12:00:00-07:00 | ||
% \begin{frame}{Announcements} | ||
% \begin{itemize} | ||
% \item | ||
% \end{itemize} | ||
% \end{frame} | ||
\begin{frame}{Announcements} | ||
\begin{itemize} | ||
\item E4E Workshops moved to Mondays at 5 PM in CSE 2127 | ||
\end{itemize} | ||
\end{frame} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,40 +1,37 @@ | ||
% To create a slide, use the following: | ||
% \begin{frame}{TITLE} | ||
% BODY | ||
% \end{frame} | ||
\begin{frame}{Output of Inference} | ||
\centering | ||
\includegraphics[height=0.8\textheight,width=0.8\textwidth,keepaspectratio]{images/mm_inference.png} | ||
\end{frame} | ||
|
||
% To create a slide with a bullet list, use the following: | ||
% \begin{frame}{TITLE} | ||
% \begin{itemize} | ||
% \item ITEM 1 | ||
% \item ITEM 2 | ||
% \end{itemize} | ||
% \end{frame} | ||
\begin{frame}{Mangrove Watch Resolution} | ||
\centering | ||
\includegraphics[height=0.8\textheight,width=0.8\textwidth,keepaspectratio]{images/mm_mangrovewatch.png} | ||
\end{frame} | ||
|
||
% To create a slide with numbered list, use the following: | ||
% \begin{frame}{TITLE} | ||
% \begin{enumerate} | ||
% \item ITEM 1 | ||
% \item ITEM 2 | ||
% \end{enumerate} | ||
% \end{frame} | ||
\begin{frame}{Rough End-to-End Processing Time} | ||
\begin{itemize} | ||
\item On 4-core CPU: 20 min (Inference 17 min) | ||
\item On 3070 GPU: 5 min (Inference 3 min) | ||
\end{itemize} | ||
\end{frame} | ||
|
||
% To create a slide with a graphic: | ||
% 1. Add the graphic to this folder (named picture.png) | ||
% 2. Use the following: | ||
% \begin{frame}{TITLE} | ||
% \centering | ||
% \includegraphics[height=0.7\textheight,width=0.7\textwidth,keepaspectratio]{picture.png} | ||
% \end{frame} | ||
\begin{frame}{Image Processing Service Docker Image} | ||
\begin{itemize} | ||
\item Moved to production-ready pytorch distro | ||
\item Slimmed image by about 2gb | ||
\end{itemize} | ||
\end{frame} | ||
|
||
% To create a slide with two columns, use the following: | ||
% \begin{frame}{TITLE} | ||
% \begin{columns} | ||
% \begin{column}{0.5\textwidth} | ||
% COLUMN 1 BODY | ||
% \end{column} | ||
% \begin{column}{0.5\textwidth} | ||
% COLUMN 2 BODY | ||
% \end{column} | ||
% \end{columns} | ||
% \end{frame} | ||
\begin{frame}{Image Processing Service Docker Image cont'd} | ||
\begin{itemize} | ||
\item Still is about 12gb | ||
\item Poetry packages contribute 5gb | ||
\end{itemize} | ||
\end{frame} | ||
|
||
\begin{frame}{Webserver Refactoring} | ||
\begin{itemize} | ||
\item Consistent pings | ||
\item Fixed bugs with enqueuing system | ||
\end{itemize} | ||
\end{frame} |
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