Mayank Kumar

Results 12 issues of Mayank Kumar

I am very new to these kinds of models so please help me understand where where in the code the output of ReferenceNet's spatial attention and cross-attention going in the...

SMPL-X has 72 parameters which would provide much more detailed rendering. Is there a way to use VPoser encoder-decoder with 72 parameters instead of only 63. Thanks

![image](https://github.com/vchoutas/smplify-x/assets/43180708/6f06b491-f12b-43cb-aac4-4df407fe4b26) I ran SMPLifyX today and got the above result. When I ran it yesterday, I got the following result: ![image](https://github.com/vchoutas/smplify-x/assets/43180708/517dd17b-7559-4f84-b88a-e7d012b1c503) I didn't changed any parametres, even tried reinstalling smplifyx.

## Question Why is my encrypted Linear Classifier slower than encrypted ConvNet classifier ? ## Further Information I am trying to evaluate an encrypted Linear and an encrypted CNN classifier...

Type: Question :grey_question:

The fedml-he example as implemented [here](https://github.com/FedML-AI/FedML/tree/master/python/examples/federate/cross_silo/mqtt_s3_fedavg_fhe_mnist_lr_example) does not seem to encrypt the model weights (torch tensors are communicated instead of ciphertext) even when the `enable_fhe` flag is `true` in the...