secretpad web端下载的模型如何使用
Issue Type
Others
Have you searched for existing documents and issues?
Yes
OS Platform and Distribution
Linux centos7.9
All_in_one Version
v1.11.0b1
Kuscia Version
kuscia 0.13.0b0
What happend and What you expected to happen.
1.从secretpad web端下载的模型打开显示内容为空,那么下载之后应该怎么使用训练的模型呢?
2.中心化部署的枢纽模式secretpad web端并没有提供模型发布功能,那么训练之后的模型怎么提供服务呢?
Log output.
1
可以看下文档操作流程检查下,当前处于哪一步。 https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/main/quick_start/center#id16
可以看下文档操作流程检查下,当前处于一步。 https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/main/quick_start/center#id16 这里的流程到模型的发布提供服务是没有问题的,我想了解的是训练过程中生成的模型文件既然提供下载,为什么下载之后无法查看里面的内容?还有就是在枢纽模式下,web端在这个模式下是没有模型管理这个功能的,那么训练之后的模型该怎么用呢?
- 可以参考https://github.com/secretflow/secretpad/issues/302#issuecomment-3209479435 执行模型预测服务。
- 枢纽模式是tee场景的仿真模式,枢纽部署目前不支持模型训练的。
我想问下在secretpad上下载到本地的模型文件该怎么使用,另外同一个工作流训练出的模型保存到两个参与方的模型是相同的吗?
我想问下在secretpad上下载到本地的模型文件该怎么使用,另外同一个工作流训练出的模型保存到两个参与方的模型是相同的吗?
secretpad上下载到本地的模型文件该怎么使用 模型需要配合serving使用,具体使用方法参考https://github.com/secretflow/secretpad/issues/302#issuecomment-3209479435 Serving 是一个加载隐私保护机器学习模型的在线服务系统。
另外同一个工作流训练出的模型保存到两个参与方的模型是相同的吗? 是相同的。
两个参与方的模型是相同的话,那么做联合预测的时候只需要调用其中一方提供的模型服务接口就可以吗
两个参与方的模型是相同的话,那么做联合预测的时候只需要调用其中一方提供的模型服务接口就可以吗
通过本地上传的数据训练出来的模型发布之后也是属于mock特征服务吗?也会出现多次预测结果相同的情况吗?
serving预测服务需要使用http数据源的,目前为了快速体验是内置了mock数据,在没有配置自己的数据源都是mock服务,预测结果一致。 特征服务参考如下 https://www.secretflow.org.cn/zh-CN/docs/serving/0.9.0b0/topics/system/feature_service#feature-service serving 也提供快速使用的http数据源方法,需要自行克服依赖问题 https://github.com/secretflow/serving/tree/main/secretflow_serving/tools/simple_feature_service 执行参考:https://github.com/secretflow/serving/blob/main/secretflow_serving/tools/simple_feature_service/test.sh
依赖参考
ubuntu:https://github.com/secretflow/devtools/blob/main/dockerfiles/ubuntu-base-ci.DockerFile
centos:https://github.com/secretflow/devtools/blob/main/dockerfiles/release-ci.DockerFile
serving预测服务需要使用http数据源的,目前为了快速体验是内置了mock数据,在没有配置自己的数据源都是mock服务,预测结果一致。 特征服务参考如下 https://www.secretflow.org.cn/zh-CN/docs/serving/0.9.0b0/topics/system/feature_service#feature-service serving 也提供快速使用的http数据源方法,需要自行克服依赖问题 https://github.com/secretflow/serving/tree/main/secretflow_serving/tools/simple_feature_service 执行参考:https://github.com/secretflow/serving/blob/main/secretflow_serving/tools/simple_feature_service/test.sh
依赖参考 ubuntu:https://github.com/secretflow/devtools/blob/main/dockerfiles/ubuntu-base-ci.DockerFile centos:https://github.com/secretflow/devtools/blob/main/dockerfiles/release-ci.DockerFile
使用方法参考https://github.com/secretflow/serving/issues/152
参考 https://github.com/secretflow/serving/issues/152 中的http数据源部署指令是在哪里部署呢?serving 提供的快速使用的http数据源方法所需要的依赖在secretflow/serving-anolis8这个镜像里有吗?
serving预测服务需要使用http数据源的,目前为了快速体验是内置了mock数据,在没有配置自己的数据源都是mock服务,预测结果一致。 特征服务参考如下 https://www.secretflow.org.cn/zh-CN/docs/serving/0.9.0b0/topics/system/feature_service#feature-service serving 也提供快速使用的http数据源方法,需要自行克服依赖问题 https://github.com/secretflow/serving/tree/main/secretflow_serving/tools/simple_feature_service 执行参考:https://github.com/secretflow/serving/blob/main/secretflow_serving/tools/simple_feature_service/test.sh
依赖参考 ubuntu:https://github.com/secretflow/devtools/blob/main/dockerfiles/ubuntu-base-ci.DockerFile centos:https://github.com/secretflow/devtools/blob/main/dockerfiles/release-ci.DockerFile
参考这个来,你提问的【http数据源部署指令是在哪里部署呢?serving 提供的快速使用的http数据源方法所需要的依赖在secretflow/serving-anolis8这个镜像里有吗?】
- 部署指令是需要编译serving源码,操作步骤参考test.sh
- 依赖参考Dockerfile
请问最新的secretpad是否已经不提供模型下载功能了?
您好,可参考:https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/v1.11.0b1/p2p_deploy/model_deployment#step3