FATE icon indicating copy to clipboard operation
FATE copied to clipboard

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

Open Cyh-sdgf opened this issue 1 year ago • 2 comments
trafficstars

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.

Cyh-sdgf avatar Jul 21 '24 08:07 Cyh-sdgf