0kuang
0kuang
Hi, @HobbitLong , thanks for your excellent work! Unfortunately, I can't find the `view generator` in this repo, which is mentioned in the paper "InfoMin". Could you please provide the...
``` root@bf1b603f8015:/data/projects/fate# cd bin bash: cd: bin: No such file or directory ``` My FATE version is v1.10.0 It seems that there is no such script.
How can I install these two packages manually?
``` root@ff9d37a0afb0:/data/projects/fate# cd /data/projects/fate/fate/python bash: cd: /data/projects/fate/fate/python: No such file or directory ``` It seems that in the client container, the federatedml & python related folders are missing.
> I did a test and got the same error. This should be a bug in the client image. The client image does not fully test the examples. Dependent packages...
I solved the dependency problem as you said: 1. set the PYTHONPATH 2. Clone the code of the missing package in the github repo 3. Copy a service_conf.yaml Now I...
I can now run the example code for Resnet with homo-nn correctly. I would like to ask how to use GPU to accelerate training in FATE deployed by docker. Do...
Which deployment method supports GPU? The `FedAvgTrainer` in the FATE framework supports `cuda=True`. Is this parameter useful?