git clone [email protected]:KnowingNothing/Domino.git
git submodule update --init --recursive
$ mkdir build && cd build
$ cmake ..
$ make
$ ctest
The environment for Python3
source setup-env.sh
or
cd python
python setup.py develop --no-deps
or
cd python
python setup.py install --user
tflite
onnx
networkx
pandas
others:
accelergy
timeloop
refer to https://timeloop.csail.mit.edu/timeloop/installation
we prepare download script in download_utils
maestro
we prepare download script in download_utils