Re: [apache/incubator-teaclave] How to debug Python scripts (#393)

2021-12-22 Thread wenky
> Hi, thanks for asking. This is one of our limitation for the MesaPy executor. > One way to debug Python scripts is to directly use the standalone MesaPy for > SGX. For instance, you can use the exec example > (https://github.com/mesalock-linux/mesapy/tree/sgx/sgx/examples/exec) to > develop t

Re: [apache/incubator-teaclave] How to debug Python scripts (#393)

2021-01-17 Thread master-davidlee
Hi, I want to make a delegate machine learning with TEE. How can I load the ML model files and run it within Teaclave? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/393#

Re: [apache/incubator-teaclave] How to debug Python scripts (#393)

2020-08-05 Thread Mingshen Sun
Hi, thanks for asking. This is one of our limitation for the MesaPy executor. One way to debug Python scripts is to directly use the standalone MesaPy for SGX. For instance, you can use the exec example (https://github.com/mesalock-linux/mesapy/tree/sgx/sgx/examples/exec) to develop the Python

[apache/incubator-teaclave] How to debug Python scripts (#393)

2020-07-19 Thread hoshinoko
Hello! I want to use teaclave to build some machine learning algorithms, but when debugging the program, I find that the error message is not clear. I think the problem lies in that I use numpy to run the program locally, while teaclave uses the library in mesapy to run it, which may be due to v