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
f55fd372
"server/vscode:/vscode.git/clone" did not exist on "12590fdccebb34f39fb85b7dae29b80fade2b6b0"
Commit
f55fd372
authored
Aug 13, 2018
by
rusty1s
Browse files
typo
parent
8d6acb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/test_conv.py
test/test_conv.py
+0
-1
No files found.
test/test_conv.py
View file @
f55fd372
...
@@ -7,7 +7,6 @@ from torch_spline_conv import SplineConv
...
@@ -7,7 +7,6 @@ from torch_spline_conv import SplineConv
from
torch_spline_conv.basis
import
implemented_degrees
as
degrees
from
torch_spline_conv.basis
import
implemented_degrees
as
degrees
from
.utils
import
dtypes
,
devices
,
tensor
from
.utils
import
dtypes
,
devices
,
tensor
devices
=
[
torch
.
device
(
'cuda'
)]
tests
=
[{
tests
=
[{
'x'
:
[[
9
,
10
],
[
1
,
2
],
[
3
,
4
],
[
5
,
6
],
[
7
,
8
]],
'x'
:
[[
9
,
10
],
[
1
,
2
],
[
3
,
4
],
[
5
,
6
],
[
7
,
8
]],
...
...
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