FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
423 stars 221 forks source link

update docs from 1.9.0 to 1.9.1 #810

Closed n063h closed 1 year ago

n063h commented 2 years ago

Signed-off-by: hang lv xlv20@fudan.edu.cn

Description

  1. updated docs from 1.9.0 to 1.9.1
  2. changed deprecated api used in tutorial

Tests

Before fix

serving tutorial commandflow job submit -d fateflow/examples/lr/test_hetero_lr_job_dsl.json -c fateflow/examples/lr/test_hetero_lr_job_conf.json would fail, and output ValueError: In Fate-v1.9 or later version, DataIO is deprecated, use DataTransform instead.

After fix

I changed DataIO to DataTransform, then task ran successfully.