Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
feca30d1
Commit
feca30d1
authored
Feb 04, 2020
by
rusty1s
Browse files
typo
parent
35e97590
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
benchmark/scatter_segment.py
benchmark/scatter_segment.py
+9
-9
No files found.
benchmark/scatter_segment.py
View file @
feca30d1
...
...
@@ -191,17 +191,17 @@ def timing(dataset):
name
=
f
'
{
group
}
/
{
name
}
'
print
(
f
'
{
bold
(
name
)
}
(avg row length:
{
avg_row_len
:.
2
f
}
):'
)
print
(
'
\t
'
.
join
([
' '
]
+
[
f
'
{
size
:
>
5
}
'
for
size
in
sizes
]))
print
(
'
\t
'
.
join
([
bold
(
'SCA1_R
'
)]
+
print
(
'
\t
'
.
join
([
bold
(
'SCA1_R
OW
'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t1
,
winner
[
0
])]))
print
(
'
\t
'
.
join
([
bold
(
'SCA1_C
'
)]
+
print
(
'
\t
'
.
join
([
bold
(
'SCA1_C
OL
'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t2
,
winner
[
1
])]))
print
(
'
\t
'
.
join
([
bold
(
'SCA2_R
'
)]
+
print
(
'
\t
'
.
join
([
bold
(
'SCA2_R
OW
'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t3
,
winner
[
2
])]))
print
(
'
\t
'
.
join
([
bold
(
'SCA2_C
'
)]
+
print
(
'
\t
'
.
join
([
bold
(
'SCA2_C
OL
'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t4
,
winner
[
3
])]))
print
(
'
\t
'
.
join
([
bold
(
'SEG_COO'
)]
+
print
(
'
\t
'
.
join
([
bold
(
'SEG_COO
'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t5
,
winner
[
4
])]))
print
(
'
\t
'
.
join
([
bold
(
'SEG_CSR'
)]
+
print
(
'
\t
'
.
join
([
bold
(
'SEG_CSR
'
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t6
,
winner
[
5
])]))
print
(
'
\t
'
.
join
([
bold
(
'DENSE1 '
)]
+
[
bold
(
f
'
{
t
:.
5
f
}
'
,
f
)
for
t
,
f
in
zip
(
t7
,
winner
[
6
])]))
...
...
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