KAgBMan

Results 6 comments of KAgBMan

dsl文件如果是v2,在load之前需要先deploy,deploy时需要将预测模型dsl传入,dsl获取方式为 result = client.model.get_predict_dsl(model_id,model_version)

@owlet42 Will the update affect other modules or restart the cluster automatically?

@owlet42 How to use router_table to modify the party list? I find a file in pod of rollsite ,the path is /data/projects/fate/eggroll/conf/route_table/router_table.json, Can I modify the party list by modifying...

@owlet42 老师您好,可否告知如何挂载持久化目录,我发现创建cluster的yaml与一般的k8s的yaml不一样,没有找到在哪里挂载fateflow持久化目录的地方,希望能详细说明一下,不胜感激!!!

deploy的dsl文件: { 'components': { 'data_transform_0': { 'CodePath': 'DataTransform', 'input': { 'data': { 'data': ['reader_0.data'] } }, 'module': 'DataTransform', 'output': { 'data': ['data'], 'model': ['model'] } }, 'homo_nn_0': { 'CodePath': 'HomoNNDefaultClient',...

@owlet42 When I train a hetero federation model, and I have bound the service, and the result returned during online reasoning is always "score": 0.0 ![image](https://user-images.githubusercontent.com/22344179/202413927-782ca83d-52ab-4df9-bed0-468c5aff3aa0.png) When I train a...