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-spline-conv
Commits
a2c9a29b
Commit
a2c9a29b
authored
May 25, 2018
by
rusty1s
Browse files
typo
parent
80a45518
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
a2c9a29b
...
@@ -93,7 +93,7 @@ root_weight = torch.rand((2, 4), dtype=torch.float) # separately weight root no
...
@@ -93,7 +93,7 @@ root_weight = torch.rand((2, 4), dtype=torch.float) # separately weight root no
bias
=
None
# do not apply an additional bias
bias
=
None
# do not apply an additional bias
out
=
SplineConv
.
apply
(
src
,
edge_index
,
pseudo
,
weight
,
kernel_size
,
out
=
SplineConv
.
apply
(
src
,
edge_index
,
pseudo
,
weight
,
kernel_size
,
is_open_spline
,
degree
,
norm
root_weight
,
bias
)
is_open_spline
,
degree
,
norm
,
root_weight
,
bias
)
print
(
out
.
size
())
print
(
out
.
size
())
torch
.
Size
([
4
,
4
])
# 4 nodes with 4 features each
torch
.
Size
([
4
,
4
])
# 4 nodes with 4 features each
...
...
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