narger-ef / LowMemoryFHEResNet20

Source code for the paper "Encrypted Image Classification with Low Memory Footprint using Fully Homomorphic Encryption"
https://eprint.iacr.org/2024/460
MIT License
34 stars 10 forks source link

Operational issues #15

Closed dz12123 closed 4 months ago

dz12123 commented 4 months ago

image How to solve the error in the second step of running the project according to the Readme file?

/LowMemoryFHEResNet20-main# cmake -B "build" -S LowMemoryFHEResNet20 CMake Error: The source directory "/root/LowMemoryFHEResNet20-main/LowMemoryFHEResNet20" does not exist. Specify --help for usage, or press the help button on the CMake GUI.

narger-ef commented 4 months ago

Try to launch

cmake -B "build"

in the root folder, does it work?

narger-ef commented 4 months ago

@dz12123 please let me know whether you were able to fix the issue, otherwise I will close it :) Thanks!