- Clone
spatial-multiverse
and initialize thespatial
submodule using:
git clone git://github.com/stanford-ppl/spatial-multiverse.git
cd spatial-multiverse/spatial
git submodule init
git submodule update
make install
cd ..
Then add the following to your .bashrc
, which prevents Java stack overflow and other errors.
The sizes can be further increased if needed.
export _JAVA_OPTIONS="-Xms1024m -Xss256m -Xmx16g -XX:MaxMetaspaceSize=16g"
- Install TensorFlow using:
sudo pip install tensorflow==1.14.0
We tested using version 1.14.0 and Python 2.7.6.