Add IPCV2 ResNet and transfer learning

This commit is contained in:
2024-06-02 10:43:42 +02:00
parent a2de1c8ff1
commit 8c04814b6c
16 changed files with 291 additions and 7 deletions

View File

@ -70,7 +70,7 @@
\newtheorem*{privateexample}{Example}
\theoremstyle{definition}
\newtheorem*{definition}{Def}
\newtheorem*{remark}{Remark}
\newtheorem*{privateremark}{Remark}
\newtcolorbox{marginbar}[3]{ % #1: color | #2: (number of lines - 1) | #3: line thickness
enhanced, blank, breakable,
@ -92,6 +92,13 @@
\end{marginbar}
}
\newenvironment{remark}{%
\begin{marginbar}{darkgray}{0}{thick}
\begin{privateremark}
}{%
\end{privateremark}
\end{marginbar}
}
\newcommand{\ubar}[1]{\text{\b{$#1$}}}