Skip to content

Commit

Permalink
Merge pull request #226 from XinYao1994/main
Browse files Browse the repository at this point in the history
example: fix fl_model.train in surface_defect_detection_v2
  • Loading branch information
kubeedge-bot authored Oct 29, 2021
2 parents 13e9ef0 + a9e8a3c commit a293a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
aggregation=fedavg,
transmitter=s3_transmitter)

fl_model.run()
fl_model.train()

if __name__ == '__main__':
main()

0 comments on commit a293a29

Please sign in to comment.