Thanks @yc-huang. I think I find the issue. When registering the function, you should also provide input information if used. Here is an example:
https://github.com/apache/incubator-teaclave/blob/70f02555f58ad3f58640f75f4aadab3307230a0b/examples/python/builtin_gbdt_train.py#L36-L48 The register_function API is like this: https://teaclave.apache.org/docs/client-sdk-python/teaclave.html#teaclave.FrontendClient.register_function Sorry, the document of this API is not completed. -- 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/329#issuecomment-649191686
