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
d53035e5
Commit
d53035e5
authored
Apr 12, 2018
by
rusty1s
Browse files
typo
parent
871e4dc6
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 @
d53035e5
...
...
@@ -75,7 +75,7 @@ weight = torch.Tensor(25, 2, 4) # 25 trainable parameters for in_channels x out
kernel_size
=
torch
.
LongTensor
([
5
,
5
])
# 5 trainable parameters in each edge dimension
is_open_spline
=
torch
.
ByteTensor
([
1
,
1
])
# only use open B-splines
degree
=
1
# B-spline degree of 1
root_weight
=
torch
.
Tensor
(
2
,
4
)
#
W
eight root nodes
separately
root_weight
=
torch
.
Tensor
(
2
,
4
)
#
separately w
eight root nodes
bias
=
None
# No additional bias
output
=
spline_conv
(
src
,
edge_index
,
pseudo
,
weight
,
kernel_size
,
...
...
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