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
bdfdb070
"vscode:/vscode.git/clone" did not exist on "af7b1c3bf233346e9bf100d0dc6fc5f752bc5cca"
Commit
bdfdb070
authored
Aug 14, 2018
by
rusty1s
Browse files
typo fix
parent
8629d6f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
bdfdb070
...
...
@@ -21,7 +21,7 @@ The operator works on all floating point data types and is implemented both for
## Installation
Ensure that at least PyTorch 0.4.1 is installed and verify that
`cuda/bin`
and
`cuda/in
stall
`
are in your
`$PATH`
and
`$CPATH`
respectively,
*e.g.*
:
Ensure that at least PyTorch 0.4.1 is installed and verify that
`cuda/bin`
and
`cuda/in
clude
`
are in your
`$PATH`
and
`$CPATH`
respectively,
*e.g.*
:
```
$ python -c "import torch; print(torch.__version__)"
...
...
@@ -31,7 +31,7 @@ $ echo $PATH
>>> /usr/local/cuda/bin:...
$ echo $CPATH
>>> /usr/local/cuda/in
stall
:...
>>> /usr/local/cuda/in
clude
:...
```
Then run:
...
...
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