Lianke Qin

Results 5 issues of Lianke Qin

I would like to run some simulation with FedML library. Previously I can install fedml locally but i met the following error: ``` python3 torch_fedavg_cifar10_resnet56_step_by_step_example.py --cf fedml_config.yaml ======== FedML (https://fedml.ai)...

Hello, recently I have been working on a project consisting of a huge number of constraints and linear combinations. Before this issue I asked for improve memory consumption in https://github.com/arkworks-rs/snark/issues/324....

In the original fixed base MSM G1 and G2 profiling code, the code involving Java’s BigInteger.bitSize() is tricky ``` final BN254aG1 groupFactory = new BN254aG1Parameters().ONE(); final int scalarSize = groupFactory.bitSize();...

Hello! we writed a syncBN by modifying mx.symbol.BatchNorm_v1 source code which is depreciated. we'd like to update to mx.symbol.BatchNorm, but it's harder to make it because NNVM is introduced in...

Hi I had some experience building in-memory sgx DB demo with obliviousness guarantee in the past. I wonder what's the slowdown of EdgelessDB compare with mysql/postgresql on standard benchmark without...