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
ad330355
Commit
ad330355
authored
Apr 12, 2018
by
rusty1s
Browse files
typo
parent
d53035e5
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 @
ad330355
...
@@ -76,7 +76,7 @@ kernel_size = torch.LongTensor([5, 5]) # 5 trainable parameters in each edge di
...
@@ -76,7 +76,7 @@ kernel_size = torch.LongTensor([5, 5]) # 5 trainable parameters in each edge di
is_open_spline
=
torch
.
ByteTensor
([
1
,
1
])
# only use open B-splines
is_open_spline
=
torch
.
ByteTensor
([
1
,
1
])
# only use open B-splines
degree
=
1
# B-spline degree of 1
degree
=
1
# B-spline degree of 1
root_weight
=
torch
.
Tensor
(
2
,
4
)
# separately weight root nodes
root_weight
=
torch
.
Tensor
(
2
,
4
)
# separately weight root nodes
bias
=
None
#
No
additional bias
bias
=
None
#
do not apply an
additional bias
output
=
spline_conv
(
src
,
edge_index
,
pseudo
,
weight
,
kernel_size
,
output
=
spline_conv
(
src
,
edge_index
,
pseudo
,
weight
,
kernel_size
,
is_open_spline
,
degree
,
root_weight
,
bias
)
is_open_spline
,
degree
,
root_weight
,
bias
)
...
...
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