Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker单机部署下运行pipeline中的homo_nn存在bug #5674

Open
Cyh-sdgf opened this issue Jul 21, 2024 · 2 comments
Open

Docker单机部署下运行pipeline中的homo_nn存在bug #5674

Cyh-sdgf opened this issue Jul 21, 2024 · 2 comments
Assignees

Comments

@Cyh-sdgf
Copy link

Describe the bug
docker部署federatedai/standalone_fate:2.1.0。进入docker后,跳转至/fate/examples/pipeline/homo_nn。
执行 python test_nn_binary.py 出现bug。

报错信息如下:

python test_nn_binary.py
Job id is 202407210849451084850
Job is waiting, time elapse: 0:00:00
Running task reader_0, time elapse: 0:00:05
Running task nn_0, time elapse: 0:00:24
Traceback (most recent call last):
File "test_nn_binary.py", line 104, in
main(config=args.config, namespace=args.namespace)
File "test_nn_binary.py", line 92, in main
pipeline.fit()
File "/data/projects/fate/env/python/venv/lib/python3.8/site-packages/fate_client-2.1.0-py3.8.egg/fate_client/pipeline/pipeline.py", line 264, in fit
self._model_info = self._executor.fit(self._dag.dag_spec,
File "/data/projects/fate/env/python/venv/lib/python3.8/site-packages/fate_client-2.1.0-py3.8.egg/fate_client/pipeline/executor/task_executor.py", line 33, in fit
return self._run(
File "/data/projects/fate/env/python/venv/lib/python3.8/site-packages/fate_client-2.1.0-py3.8.egg/fate_client/pipeline/executor/task_executor.py", line 77, in _run
flow_job_invoker.monitor_status(job_id, local_role, local_party_id)
File "/data/projects/fate/env/python/venv/lib/python3.8/site-packages/fate_client-2.1.0-py3.8.egg/fate_client/pipeline/utils/fateflow/fate_flow_job_invoker.py", line 69, in monitor_status
raise ValueError(f"Job is {status}, please check out job_id={job_id} in fate_flow log directory")
ValueError: Job is failed, please check out job_id=202407210849451084850 in fate_flow log directory

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@yx0090sh
Copy link

@Cyh-sdgf 请问数据是不是和 test_nn_binary.py 里面的一致呢? 用的 fate/examples/data/breast_homo_guest.csv fate/examples/data/breast_homo_host.csv ,使用这2份数据, 不用改test_nn_binary.py的代码, 可以跑成功

@talkingwallace
Copy link
Contributor

这个具体的错误日志要到fateflow下的Log看下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants