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-scatter
Commits
0e482107
Commit
0e482107
authored
Dec 22, 2017
by
rusty1s
Browse files
typo
parent
454556cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+2
-0
No files found.
README.md
View file @
0e482107
...
@@ -17,7 +17,9 @@ input = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]])
...
@@ -17,7 +17,9 @@ input = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]])
index
=
torch
.
LongTensor
([[
4
,
5
,
4
,
2
,
3
],
[
0
,
0
,
2
,
2
,
1
]])
index
=
torch
.
LongTensor
([[
4
,
5
,
4
,
2
,
3
],
[
0
,
0
,
2
,
2
,
1
]])
max
,
argmax
=
scatter_max_
(
index
,
input
,
dim
=
1
)
max
,
argmax
=
scatter_max_
(
index
,
input
,
dim
=
1
)
```
```
print(max)
print(max)
0 0 4 3 2 0
0 0 4 3 2 0
2 4 3 0 0 0
2 4 3 0 0 0
...
...
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