secretpad icon indicating copy to clipboard operation
secretpad copied to clipboard

SecretPad is a privacy-preserving computing web platform based on the Kuscia framework, designed to provide easy access to privacy-preserving data intelligence and machine learning functions.

Results 98 secretpad issues
Sort by recently updated
recently updated
newest added

运行java -jar -Dspring.profiles.active=dev /home/secretpad/target/secretpad.jar的时候报错了: 2024-05-09T01:19:52.504+08:00 ERROR 142559 --- [ault-executor-0] o.s.s.m.integration.job.JobManager : watchJob onError: UNAVAILABLE: Network closed for unknown reason io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason at io.grpc.Status.asRuntimeException(Status.java:539) at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:487)...

支持arm架构下部署运行么

你好,secretpad有两处地方不知道该如何操作。第一处是数据管理模块的添加数据,有个选项是http数据源,那么数据地址和数据表该如何选择?第二处是项目空间中的模型管理,新建模型发布部分该如何操作?

安装命令: bash install.sh autonomy -n alice -s 8081 -g 40803 -k 40802 -p 10080 -q 13081 -P mtls bash install.sh autonomy -n bob -s 8082 -g 41803 -k 41802 -p...

import org.secretflow.v1alpha1.kusciaapi.* 找不到代码

在进行50w*450维数据求交之后,继续做数据分割失败了,下面是任务日志 [50w-split.log](https://github.com/secretflow/secretpad/files/14568858/50w-split.log)

参考陈步华老师的演示:https://www.bilibili.com/video/BV1mm411k7Hb/?spm_id_from=333.788&vd_source=3ef33aea2b86fdc1f77885f45464f466 ![Uploading image.png…]() 完成模型训练与提交后,在模型发布时并没有predict服务,而后续预测服务也失败了

**Describe the bug** A clear and concise description of what the bug is. 小数据量psi场景oom失败:1w交1w,id为string类型 kuscia容器配置 ![image](https://github.com/secretflow/secretpad/assets/19463108/4b820a76-926c-4a32-a214-dcb2b7039c6e) oom时 检查job日志: 2024-03-22T17:21:22.056401564+08:00 stderr F The actor is dead because its worker process has...

hello,我目前在将 secretpad 的数据源从 sqlite 迁移到 MySQL,目前在执行 psi 的结果统计时,发现 `project_report` 表的 `content` 字段在 insert 时提示数据长度不足,这会导致 kuscia 任务实际执行成功,secretpad 却一直更新不了任务状态。 insert 数据的代码位于: https://github.com/secretflow/secretpad/blob/254f594a5a2db0e99787d674421703daac4955ae/secretpad-manager/src/main/java/org/secretflow/secretpad/manager/integration/job/JobManager.java#L269 表字段定义为: https://github.com/secretflow/secretpad/blob/254f594a5a2db0e99787d674421703daac4955ae/config/schema/init.sql#L162 我在 debug 时注意到 content 的内容来源于 `dist_data`,这是一个很长的 json 内容,我想确认下这个问题是最近的版本变更导致的吗?...