encryptogroup / MOTION2NX

A framework for generic hybrid two-party computation and private inference with neural networks
MIT License
29 stars 16 forks source link

Tensor examples #7

Open Udbhavbisarya23 opened 2 years ago

Udbhavbisarya23 commented 2 years ago

I had a few queries regarding the usage of tensor functions

  1. When trying to run the cryptonets file, I always get the help as an output, it would be great if the command to run the file could be made available
  2. When trying to use the cryptonets code for general matrix multiplication (GEMM) the backend simply hangs
  3. If something similar to the millionaire's problem example could be done for tensor operations, it would be really helpful

Thanks in advance!

lenerd commented 2 years ago

I will try to find some time to write some tutorials ...