Joey Lu

Results 5 issues of Joey Lu

基础信息: FATE版本:1.8.0 (只有guest和host两方) FATE serving版本:2.1.5 复现过程: 1.模型训练 参考examples/pipeline/secure_information_retrieval/secure-information-retrieval.py,通过Pipeline训练了一个SIR模型,并且训练成功。其中的组件以此为:reader_0, datatransform_0, secure_information_retrieval_0,并记录了model_id和model_version(也是job id)。 2. 模型部署 通过flow model deploy --model-id xxx --model-version 成功部署训练的模型,并得到部署后的model_id和model_version。利用flow model get-predict-dsl 进行了检查,上述组件都有包括在内。 3.模型加载 通过flow model load -j model_version命令,成功加载deploy的模型。此时,在server admin界面显示加载的模型,但是打开模型流程Pipeline界面仅显示下图transform组件。...

Based on the provided flask demo, I added the following api in rest_api.py: ``` @app.route('/sklearn_test', methods=['Post']) def sklearn_test(): from sklearn.decomposition import PCA X = np.array([[-1, -1], [-2, -1], [-3, -2],...

I'm trying to install Occlum according to https://github.com/occlum/occlum/blob/master/docs/install_occlum_packages.md. My server has the Ubuntu 20.04 OS with kernel version 5.15 > 5.11, then the `cpuid | grep -i sgx` shows that...

### 前置条件 用Ansible FATE-1.7.0单边部署了三个结点,详细配置如下: **210结点**,Exchange角色,通过 /bin/bash deploy/deploy.sh keys生成了证书,开启了服务端和客户端认证。 route_table.json的配置信息如下: { "route_table": { "211": { "default":[ { "is_secure": true, "ip": "10.32.122.211", "port": 9371 } ] }, "213": { "default":[ { "is_secure":...

Hi, tks very much for made your work open source. For the sample data, could you please provide more details parameters about the vehicle, such as brand, weight, power?