Skip to content

Commit

Permalink
Add lightning api
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Jul 29, 2023
1 parent 8004f90 commit 28a36e2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 325 deletions.
13 changes: 0 additions & 13 deletions examples/advanced/ml-to-fl/jobs/decorator/app/custom/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

102 changes: 0 additions & 102 deletions examples/advanced/ml-to-fl/jobs/interface/app/custom/cifar10.py

This file was deleted.

37 changes: 0 additions & 37 deletions examples/advanced/ml-to-fl/jobs/interface/app/custom/net.py

This file was deleted.

10 changes: 0 additions & 10 deletions examples/advanced/ml-to-fl/jobs/interface/meta.json

This file was deleted.

4 changes: 0 additions & 4 deletions nvflare/app_common/utils/fl_model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ def from_shareable(
kwargs[FLModelConst.META][MetaKey.JOB_ID] = fl_ctx.get_job_id()
kwargs[FLModelConst.META][MetaKey.SITE_NAME] = fl_ctx.get_identity_name()

if fl_ctx is not None:
kwargs[FLModelConst.META][MetaKey.JOB_ID] = fl_ctx.get_job_id()
kwargs[FLModelConst.META][MetaKey.SITE_NAME] = fl_ctx.get_identity_name()

result = FLModel(**kwargs)
return result

Expand Down
76 changes: 0 additions & 76 deletions nvflare/client/cache.py

This file was deleted.

0 comments on commit 28a36e2

Please sign in to comment.