kubeedge / sedna

AI tookit over KubeEdge
https://sedna.readthedocs.io
Apache License 2.0
509 stars 166 forks source link

is there inference example to verify federated-learning models? #389

Open xinzongyan opened 1 year ago

xinzongyan commented 1 year ago

I completed the federated-learning-surface-defect-detection example with image kubeedge/sedna-example-federated-learning-surface-defect-detection-train:v0.4.0

Both edge nodes generate the following Model file in the output directory:

saved_model.pb the files in variables directory: variables.data-00000-of-00001 variables.index

I want to know how to use these models and whether there are inference worker examples to verify whether these models are correct.

JoeyHwong-gk commented 1 year ago

maybe this script make some help ?