Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
cdcnn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Max Ehrlich
cdcnn
Commits
7e3ea638
Verified
Commit
7e3ea638
authored
Dec 18, 2018
by
Max Ehrlich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial throughput results and plot
parent
f75864f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
paper/plots/data/throughput.csv
paper/plots/data/throughput.csv
+4
-0
paper/plots/throughput.gp
paper/plots/throughput.gp
+20
-0
paper/supplement.txss
paper/supplement.txss
+3
-3
No files found.
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