Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Max Ehrlich
cdcnn
Commits
7e3ea638
Verified
Commit
7e3ea638
authored
Dec 18, 2018
by
Max Ehrlich
Browse files
Initial throughput results and plot
parent
f75864f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
paper/plots/data/throughput.csv
0 → 100644
View file @
7e3ea638
,JPEG Training, JPEG Testing, Spatial Training, Spatial Testing
MNIST, 3.1610994171379563, 11.104265478762217, 4.30235806214932, 4.915058507364369
CIFAR10, 3.0285853156563234, 10.488430234849346, 4.1349898965271, 4.70617526292939
CIFAR100, 3.0301417622806768, 10.44319275318414, 4.158212944949142, 4.697375892988693
\ No newline at end of file
paper/plots/throughput.gp
0 → 100755
View file @
7e3ea638
#!/usr/bin/gnuplot -c
load "common.gp"
set boxwidth 0.5
set style fill solid
set yrange [0:12]
set ylabel 'Throughput (Image/Sec)'
set style data histogram
set style histogram cluster gap 1
set boxwidth 0.9
set output "throughput.eps"
plot "data/throughput.csv" using 2:xtic(1), \
"data/throughput.csv" using 3, \
"data/throughput.csv" using 4, \
"data/throughput.csv" using 5
paper/supplement.txss
View file @
7e3ea638
...
...
@@ -5,11 +5,11 @@ File=supplement.pdf
[Session]
Bookmarks=@Invalid()
CurrentFile=supplement.tex
File0\Col=
1
9
File0\Col=
4
9
File0\EditorGroup=0
File0\FileName=supplement.tex
File0\FirstLine=
15
File0\FirstLine=
6
File0\FoldedLines=
File0\Line=
34
File0\Line=
15
FileVersion=1
MasterFile=supplement.tex
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment