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
5923606b
Commit
5923606b
authored
Apr 28, 2018
by
rusty1s
Browse files
typo
parent
781766e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
README.md
README.md
+8
-8
No files found.
README.md
View file @
5923606b
...
@@ -35,14 +35,14 @@ pip install cffi torch-spline-conv
...
@@ -35,14 +35,14 @@ pip install cffi torch-spline-conv
from
torch_spline_conv
import
SplineConv
from
torch_spline_conv
import
SplineConv
out
=
SplineConv
.
apply
(
src
,
out
=
SplineConv
.
apply
(
src
,
edge_index
,
edge_index
,
pseudo
,
pseudo
,
weight
,
weight
,
kernel_size
,
kernel_size
,
is_open_spline
,
is_open_spline
,
degree
=
1
,
degree
=
1
,
root_weight
=
None
,
root_weight
=
None
,
bias
=
None
)
bias
=
None
)
```
```
Applies the spline-based convolution operator
Applies the spline-based convolution operator
...
...
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