Skip to content

kenmaro3/TFHEppy

Repository files navigation

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

About

python binding for TFHEpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published