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-cluster
Commits
1990a343
Commit
1990a343
authored
Jul 18, 2019
by
rusty1s
Browse files
update to torch nightly
parent
7318c1b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/utils.py
test/utils.py
+2
-0
No files found.
test/utils.py
View file @
1990a343
...
@@ -4,6 +4,8 @@ from torch.testing import get_all_dtypes
...
@@ -4,6 +4,8 @@ from torch.testing import get_all_dtypes
dtypes
=
get_all_dtypes
()
dtypes
=
get_all_dtypes
()
dtypes
.
remove
(
torch
.
half
)
dtypes
.
remove
(
torch
.
half
)
dtypes
.
remove
(
torch
.
bool
)
dtypes
.
remove
(
torch
.
bool
)
if
torch
.
bfloat16
in
dtypes
:
dtypes
.
remove
(
torch
.
bfloat16
)
grad_dtypes
=
[
torch
.
float
,
torch
.
double
]
grad_dtypes
=
[
torch
.
float
,
torch
.
double
]
...
...
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