CIL Report

Project report for Computational Intelligence Lab at ETH Zürich for FS2021

Category

Conference

License

Free to use (MIT)

File

neurips_2020.tex

neurips_2020.texRead-only preview
\documentclass[twocolumn]{article}

% if you need to pass options to natbib, use, e.g.:
%     \PassOptionsToPackage{numbers, compress}{natbib}
% before loading neurips_2020

% ready for submission
% \usepackage{neurips_2020}

% to compile a preprint version, e.g., for submission to arXiv, add add the
% [preprint] option:
%     \usepackage[preprint]{neurips_2020}

% to compile a camera-ready version, add the [final] option, e.g.:
%     \usepackage[final]{neurips_2020}

% to avoid loading the natbib package, add option nonatbib:
     \usepackage[final, nonatbib]{neurips_2020}
     \usepackage[ruled,vlined]{algorithm2e}

\usepackage[
backend=biber,
style=numeric,
sorting=none
]{biblatex}
\addbibresource{refs.bib}


\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc}    % use 8-bit T1 fonts
\usepackage{hyperref}       % hyperlinks
\usepackage{url}            % simple URL typesetting
\usepackage{booktabs}       % professional-quality tables
\usepackage{amsfonts}       % blackboard math symbols
\usepackage{nicefrac}       % compact symbols for 1/2, etc.
\usepackage{microtype}      % microtypography
\usepackage[dvipsnames]{xcolor}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{lipsum}
\usepackage{wrapfig}
\usepackage{xcolor}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{float}
\usepackage{stfloats}
\usepackage{amsthm}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}

\title{Road Segmentation - SHAJ}
%\title{Natural Language Retrieval For Language Grounding in Reinforcement Learning}
%\title{Peruse The Loathsome Enchidirion}
%\title{Know Where To Look}
% The \author macro works with any number of authors. There are two commands
% used to separate the names and addresses of multiple authors: \And and \AND.
%
% Using \And between authors leaves it to LaTeX to determine where to break the
% lines. Using \AND forces a line break at that point. So, if LaTeX puts 3 of 4
% authors names on the first line, and the last on the second line, try using
% \AND instead of \And before the third author name.

\author{
  Shabnam Ghasemirad\\
  \texttt{sghasemirad} \\
  % Affiliation \\
  % Address \\
  % \texttt{email} \\
   \And
  Harish Rajagopal \\
  \texttt{hrajagopal} \\
  % Affiliation \\
  % Address \\
  % \texttt{email} \\
   \And
  Ali Gorji \\
  \texttt{agorji} \\
  % Affiliation \\
  % Address \\
  % \texttt{email} \\
   \And
  Johannes Dollinger \\
  \texttt{jdollinger} \\
  % Affiliation \\
  % Address \\
  % \texttt{email} \\
}
\begin{document}

\makeatletter
\let\save@parmoderr\@parmoderr
\def\@parmoderr{}
\@twocolumnfalse
\twocolumn[\maketitle]
\let\@parmoderr\save@parmoderr
\makeatother

\section{Introduction} \label{intro}
\input{sections/introduction}

\section{Baseline}\label{section:baselines}
\input{sections/baselines}

\section{Novelties}\label{section:novelties}
\input{sections/novelties}

\section{Experiments}\label{section:experiments}
\input{sections/experiments}

\section{Results}\label{section:results}
\input{sections/results}

\section{Conclusion}\label{section:conclusion}
\input{sections/conclusion}

\newpage

\small
\printbibliography{}

\appendix

\section{Architecture}\label{appendix:architecture}
\input{sections/appendix/architecture}

\section{Augmentations}\label{appendix:augmentations}
\input{sections/appendix/augmentations}

\section{Hyperparameters}\label{appendix:hyper-params}
\input{sections/appendix/hyperparameters}

\end{document}
Preview
CIL Report preview
CIL Report LaTeX Template | Bibby | Bibby AI