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
46fb2b06
Verified
Commit
46fb2b06
authored
Dec 06, 2018
by
Max Ehrlich
Browse files
Slight change to relu blocks output data format
parent
71631865
Changes
2
Hide whitespace changes
Inline
Side-by-side
experiments/relu_blocks.py
View file @
46fb2b06
...
...
@@ -85,7 +85,7 @@ annm_errors /= args.batches
appx_errors
/=
args
.
batches
with
open
(
args
.
output
,
'w'
)
as
f
:
f
.
write
(
'A
NN
M,AP
P
X
\n
'
)
f
.
write
(
'A
S
M,APX
\n
'
)
for
i
in
range
(
15
):
f
.
write
(
'{},{}
\n
'
.
format
(
annm_errors
[
i
],
appx_errors
[
i
]))
paper/plots/data/relu_blocks.csv
View file @
46fb2b06
A
NN
M,AP
P
X
A
S
M,APX
0.351330280720293,0.370587906224728
0.304883404178619,0.339589755077958
0.250888954913914,0.303201176722944
...
...
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