nvidia-docker
git clone --recursive [email protected]:hilorrk/woops.git
cd woops
make -f Makefile.docker
make -f Makefile.docker run(first time)/ start(container was created)
make -f Makefile.docker attach
# in docker
cd woops/apps/tensorflow
./configure.sh(first time)
./build.shcd test
python linear.py
python mnist_softmax/mnist_softmax.py
cd benchmarks
./train.sh
./eval.shPlease read the architecture in paper
Consistency Controller: src/consistency
Placement: src/placement
Storages: in apps