dwkim606 / optimal_conv

Public source code for Optimized Privacy-Preserving CNN Inference with Fully Homomorphic Encryption
32 stars 3 forks source link

Rescaling in ReLU #2

Open abe5240 opened 7 months ago

abe5240 commented 7 months ago

Hi,

First, great work here! I've been digging through the code, and it's been incredibly helpful learning how these coefficient domain convolutions work. On a slightly unrelated note, in the ReLU implementation here, why is it possible to avoid rescaling? Thanks!