You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
具体描述:我们想实现浙大的一篇论文《towards secure and practical ml via seceret sharing and random permutaiton》,激活函数是在第三方服务器做的,因此如果在SPU中有激活函数的封装,只需要针对修改即可。出于这样的目的,我们把example里面的mlp编译的pphlo过程,打开看了看, 发现调用的基础函数如multiply,add,reshape,broadcast,negate,transpose等,好像没有按照ml的构成成分进行高级的封装,比如矩阵乘法,激活函数,bn,maxpool这样高层的封装。这样的话,如果要基于secretflow开发该论文,可能需要利用pphlo基础函数在pphlo文件里开发,感觉完全不可能啊
Feature Request Type
Build/Install
Have you searched existing issues?
Yes
Is your feature request related to a problem?
目的:打算使用SPU做研究性的隐私保护机器学习算法的开发
问题:由于方案流程限制,无法使用“中心化ml代码交给spu”的方式实现
具体描述:我们想实现浙大的一篇论文《towards secure and practical ml via seceret sharing and random permutaiton》,激活函数是在第三方服务器做的,因此如果在SPU中有激活函数的封装,只需要针对修改即可。出于这样的目的,我们把example里面的mlp编译的pphlo过程,打开看了看, 发现调用的基础函数如multiply,add,reshape,broadcast,negate,transpose等,好像没有按照ml的构成成分进行高级的封装,比如矩阵乘法,激活函数,bn,maxpool这样高层的封装。这样的话,如果要基于secretflow开发该论文,可能需要利用pphlo基础函数在pphlo文件里开发,感觉完全不可能啊
Describe features you want to add to SPU
情况展示:PPHLO中调用的都是基础函数,具体例子如下:
在其中未发现针对ML构成部件的高级封装,无法进行针对性修改。
Describe features you want to add to SPU
需求:希望您确认我们提出的情况是否属实?
The text was updated successfully, but these errors were encountered: