CaryLorrk / woops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

woops-grpc

requisite

nvidia-docker

build tensorflow

git clone --recursive git@taiji.csie.ntu.edu.tw: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.sh

test

cd test
python linear.py
python mnist_softmax/mnist_softmax.py
cd benchmarks
./train.sh
./eval.sh

Usage

Please read the architecture in paper
Consistency Controller: src/consistency
Placement: src/placement
Storages: in apps

About


Languages

Language:Python 77.4%Language:C++ 20.5%Language:Shell 0.8%Language:Makefile 0.7%Language:Dockerfile 0.6%