Browse Source

Merge pull request #45 from JimmyYang20/main

Fix example of federated learning
tags/v0.2.0
KubeEdge Bot GitHub 4 years ago
parent
commit
a643d6bb19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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