Browse Source

Fix example of federated learning

Signed-off-by: JimmyYang <yangjin39@huawei.com>
tags/v0.2.0
JimmyYang 4 years ago
parent
commit
1508c2e764
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/federated_learning/surface_defect_detection/README.md

+ 1
- 1
examples/federated_learning/surface_defect_detection/README.md View File

@@ -174,4 +174,4 @@ kubectl get federatedlearningjob surface-defect-detection
```

### Check Federated Learning Train Result
After the job completed, you will find the model generated on the directory `/model` in `$EDGE1_NODE` and `EDGE2_NODE`.
After the job completed, you will find the model generated on the directory `/model` in `$EDGE1_NODE` and `$EDGE2_NODE`.

Loading…
Cancel
Save