Commit 1ce47cb5 authored by Benjamin Thomas Graham's avatar Benjamin Thomas Graham
Browse files

readme and develop.sh

parent d27491d4
...@@ -121,12 +121,10 @@ python VGGplus.py ...@@ -121,12 +121,10 @@ python VGGplus.py
## Setup ## Setup
Tested with Ubuntu 16.04, Python 3.6 in [Miniconda](https://conda.io/miniconda.html) and PyTorch 1.0. Tested with CUDA 10.0, Ubuntu 18.04, Python 3.6 with [Conda](https://www.anaconda.com/) and PyTorch 1.1.
``` ```
conda install pytorch-nightly -c pytorch # See https://pytorch.org/get-started/locally/ conda install pytorch-nightly -c pytorch # See https://pytorch.org/get-started/locally/
conda install google-sparsehash -c bioconda # OR apt-get install libsparsehash-dev
conda install -c anaconda pillow
git clone git@github.com:facebookresearch/SparseConvNet.git git clone git@github.com:facebookresearch/SparseConvNet.git
cd SparseConvNet/ cd SparseConvNet/
bash develop.sh bash develop.sh
......
...@@ -6,5 +6,8 @@ ...@@ -6,5 +6,8 @@
# LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
rm -rf build/ dist/ sparseconvnet.egg-info sparseconvnet_SCN*.so rm -rf build/ dist/ sparseconvnet.egg-info sparseconvnet_SCN*.so
conda install google-sparsehash -c bioconda
conda install -c anaconda pillow
conda install scipy
python setup.py develop python setup.py develop
python examples/hello-world.py python examples/hello-world.py
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