Unverified Commit 6d4475db authored by Ben Graham's avatar Ben Graham Committed by GitHub
Browse files

Update README.md

parent 47b80fd6
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment