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
0194ebb6
Unverified
Commit
0194ebb6
authored
Feb 07, 2020
by
Matthias Fey
Committed by
GitHub
Feb 07, 2020
Browse files
Merge pull request #50 from mdiephuis/master
Update readme
parents
36ebb1d2
506f4f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
0194ebb6
...
@@ -182,10 +182,11 @@ walk = random_walk(row, col, start, walk_length=3)
...
@@ -182,10 +182,11 @@ walk = random_walk(row, col, start, walk_length=3)
```
```
print(walk)
print(walk)
tensor([[0, 1, 2,
1
],
tensor([[0, 1, 2,
4
],
[1, 3, 4, 2],
[1, 3, 4, 2],
[3, 4, 3, 1],
[2, 4, 2, 1],
[4, 2, 1, 0]])
[3, 4, 2, 4],
[4, 3, 1, 0]])
```
```
## Running tests
## Running tests
...
...
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