weizhaojin

Results 7 issues of weizhaojin

Hi! Thank you for building up this pytorch project. I am modifying the project to my own needs, which requires the output of the model has gradients. However, the darknet...

Hi, thank you for building this pytorch version of YOLO v3. I am implementing my codes on the basis of this project. I used the darknet model in this project...

Hi, To my understanding, in order to guarantee security, the proving key and verifying key should be generated by a trusted authority (Key Generator). However, the example starter code I...

Hi, I am building a two-to-one hash function using [this post](https://github.com/kobigurk/sha256_ethereum/blob/master/sha256_ethereum.cpp). I generated proof and keypair.vk, and serialized them. However, on the verifier side, when I try to use `bool...

Extra env needed: `pip install tenseal` Test Example is at: > /FedML/python/examples/cross_silo/mqtt_s3_fedavg_fhe_mnist_lr_example

enhancement
python

## Description I tried to build it from the source using make on Raspberry Pi 4. The error returns as: > static assertion failed: NEON instruction set not supported. Build...

Type: Bug :bug:

Thanks for the awesome work! I was wondering if there is any way to run the library on GPUs?