Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 397 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 397 Bytes

TFHEppy

How to build

git clone  --recursive https://github.com/kenmaro3/TFHEppy
mkdir TFHEppy/build
cd TFHEppy/build
cmake ..
make

How to run tutrial

# after build
# shell on git project root
cp tfheppy.cpython-39-x86_64-linux-gnu.so ./tutorial/
cd ./tutorial
pip3 install --upgrade pip
pip3 install -r reqirements.txt
python3 train_iris.py && python3 test_iris.py