Rupesh Raj Karn

Results 5 issues of Rupesh Raj Karn

I got this error: from ._conv import register_converters as _register_converters Traceback (most recent call last): File "DEN_run.py", line 13, in flags.DEFINE_integer("dims", [784, 312, 128, 10], "Dimensions about layers including output")...

How to transform your code to run it for floating points and integers numbers for homomorphic addition and multiplication?

root@ip-172-31-26-203:~/pqcrypto# pip3 install pqcrypto ERROR: Could not find a version that satisfies the requirement pqcrypto (from versions: none) ERROR: No matching distribution found for pqcrypto WARNING: You are using pip...

I created the profile folder and run "python3 Test_Ctxt.py". I get following error. Can you please help? -----Homomorphic Operation----- First multiplication done 17.053s Traceback (most recent call last): File "Test_Ctxt.py",...

I set m_1=0.1 and m_2=0.2 . I get following result (0.1 + 0.2) * 3 = 103 Can you suggest what changes are needed to make this source code work...