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
SparseConvNet
Commits
6d4475db
Unverified
Commit
6d4475db
authored
Jun 05, 2018
by
Ben Graham
Committed by
GitHub
Jun 05, 2018
Browse files
Update README.md
parent
47b80fd6
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 @
6d4475db
...
@@ -131,10 +131,10 @@ python VGGplus.py
...
@@ -131,10 +131,10 @@ python VGGplus.py
Tested with Ubuntu 16.04, Python 3 in
[
Miniconda
](
https://conda.io/miniconda.html
)
and PyTorch v0.4 (with merged Tensors/Variables).
Tested with Ubuntu 16.04, Python 3 in
[
Miniconda
](
https://conda.io/miniconda.html
)
and PyTorch v0.4 (with merged Tensors/Variables).
```
```
conda install pytorch -c pytorch
# OR git clone https://github.com/pytorch/pytorch.git; cd pytorch; python setup.py install; cd ..
conda install pytorch -c pytorch
conda install google-sparsehash -c bioconda # OR apt-get install libsparsehash-dev
conda install google-sparsehash -c bioconda # OR apt-get install libsparsehash-dev
git clone git@github.com:facebookresearch/SparseConvNet.git
git clone git@github.com:facebookresearch/SparseConvNet.git
cd SparseConvNet/
PyTorch/
cd SparseConvNet/
python setup.py install
python setup.py install
```
```
To run the examples you may also need to install unrar and TorchNet:
To run the examples you may also need to install unrar and TorchNet:
...
...
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