Chen Jing

Results 60 comments of Chen Jing

> > I cannot reproduce this issue in my enviroment, my job succeeded. > > What factors may have caused this to happen? I confirmed with eggroll folks, this could...

I think you do some clearn up works in the 3 machines then retry. ``` cd /data/projects/fate/ cd confs-9999 docker-compose down cd ../serving-9999 docker-copose down docker volume rm $(docker volume...

We don't have bandwidth to do this in verison 1.9.0, we can support this in the next release, 1.10.0

We can prioritize this task to let you use this feature early, on the feature branch.

Hi @lvying0019 , could you elaborate why you want the dependent_distribution to be true? In specific, which dependencies you want to distribute to spark workers? Actually in the image docker...

``` flow model load -c fateflow/examples/model/publish_load_model.json ``` Could you list all the steps you have been through before this step?

what does your cluster.yaml of 9999 look like? Have you also installed a fate-serving within the same cluster?

Hi, could you please elaborate where do you meet trouble for deploying a 3-party federation?

https://stackoverflow.com/questions/50265014/docker-compose-mounting-volume-error-no-such-file-or-directory Are you on Windows? WRT your original question, you can check how others deploy 3-party federation. https://github.com/FederatedAI/KubeFATE/issues/752#issuecomment-1242948392 BTW, have you ever deployed a 2-party federation successfully?

Try to clean up everything on your machine ``` cd /data/projects/fate/ cd confs-9999 docker-compose down cd ../serving-9999 docker-copose down docker volume rm $(docker volume ls -q | grep 9999) &&...