Alessandro Falcetta
Alessandro Falcetta
Ok, it looks like simply the rows: ``` other_ = self.encode_operand(other) self_, other_ = self._pyfhel.align_mod_n_scale(self, other_, copy_other=(other_ is other)) ``` were missing in `Pyfhel/PyCtxt.pyx.__mul__`. Adding them and fixing the variables...
I confirm it works! Thanks!
Well, actually it looks like there is still something. :) Consider this script: ``` from Pyfhel import Pyfhel HE = Pyfhel() HE.contextGen(scheme='ckks', n=16384, scale=2**30, qi=[60]+[30]*7+[60]) HE.keyGen() HE.relinKeyGen() ctxt1 = HE.encrypt(42.0)...
I have the same problem, it's like ```NGRAPH_ENABLE_CLIENT=1``` is ignored: ax.py continues as normal, computing the small example without waiting for a client.
I can't install tods due to this problem. To reproduce the issue, you can build this Docker image: ```docker FROM python:3.6.15-bullseye RUN apt update RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y libssl-dev...
Hi Sunshine, You are right, we are in the middle of a refactor and I have to update the documentation. If you want to give a look at the current...
Hi nrakurniawan, We are sorry for these bugs, we have interesting plans for PyCrCNN but it still needs some work. However, I've fixed the problem you faced. Now the notebook...
When you cloned Pyfhel, did you do it with `git clone --recursive https://github.com/ibarrond/Pyfhel.git` ?
Mhm, honestly, I don't know how to solve it. You should look at the Pyfhel repo to see if someone had this problem. Maybe you may try to use Google...
You're welcome! Let me know if you need anything else.