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
1ce47cb5
Commit
1ce47cb5
authored
Jun 18, 2019
by
Benjamin Thomas Graham
Browse files
readme and develop.sh
parent
d27491d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+1
-3
develop.sh
develop.sh
+3
-0
No files found.
README.md
View file @
1ce47cb5
...
@@ -121,12 +121,10 @@ python VGGplus.py
...
@@ -121,12 +121,10 @@ python VGGplus.py
## Setup
## Setup
Tested with Ubuntu 1
6
.04, Python 3.6
in
[
Minic
onda
](
https://
conda.io/miniconda.html
)
and PyTorch 1.
0
.
Tested with
CUDA 10.0,
Ubuntu 1
8
.04, Python 3.6
with
[
C
onda
](
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
...
...
develop.sh
View file @
1ce47cb5
...
@@ -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
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