0kuang
0kuang
**Is your feature request related to a problem? Please describe.** 我想通过正则表达式匹配群里的某些用户 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...
I deploy FATE following [使用Docker Compose 部署 FATE](https://github.com/FederatedAI/KubeFATE/blob/master/docker-deploy/README_zh.md) After deployment, I use the following command to enter the client container: `docker exec -it confs-10000_client_1 bash` But when executing [./examples/benchmark_quality/homo_nn/fate-homo_nn.py](https://github.com/FederatedAI/FATE/blob/master/examples/benchmark_quality/homo_nn/fate-homo_nn.py) the...