-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
56 lines (37 loc) · 1.14 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\documentclass[sigconf, nonacm]{acmart}
\usepackage{booktabs} % For formal tables
\usepackage{cleveref}
\usepackage{epsfig}
\usepackage{float}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{bigstrut,multirow}
\usepackage{threeparttable}
\usepackage{subfigure}
\usepackage{url}
%\input{copyright.tex}
% These commands are optional
%\acmBooktitle{Transactions of the ACM Woodstock conference}
%\editor{Jennifer B. Sartor}
%\editor{Theo D'Hondt}
%\editor{Wolfgang De Meuter}
% partial derivative described with fractional function
\newcommand{\fpartial}[2]{\frac{\partial #1}{\partial #2}}
\begin{document}
\title{Compressed CNN Training with FPGA-based Accelerator}
%\input{authors.tex}
\input{text/abstract.tex}
%\input{CCSXML.tex}
\keywords{FPGA, Convolutional Neural Network, Training}
\maketitle
\input{text/1-introduction.tex}
\input{text/2-preliminary.tex}
\input{text/3-related_work.tex}
\input{text/4-training_process.tex}
\input{text/5-hardware.tex}
\input{text/6-experiment.tex}
\input{text/7-conclusion.tex}
\bibliographystyle{ACM-Reference-Format}
\bibliography{ref}
\end{document}