Demo of federated learning using NVFlare (#7879)

Co-authored-by: jiamingy <jm.yuan@outlook.com>
This commit is contained in:
Rong Ou
2022-05-14 07:45:41 -07:00
committed by GitHub
parent 11e46e4bc0
commit af907e2d0d
9 changed files with 298 additions and 14 deletions

View File

@@ -111,9 +111,7 @@ class FederatedEngine : public IEngine {
void TrackerPrint(const std::string &msg) override {
// simply print information into the tracker
if (GetRank() == 0) {
utils::Printf("%s", msg.c_str());
}
utils::Printf("%s", msg.c_str());
}
private: