forked from securefederatedai/openfl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished exporting data.yaml, plan.yaml.
Workspace creator validated for 101 MNIST and 301 Watermarking with MNIST Signed-off-by: Parth Mandaliya <parthx.mandaliya@intel.com>
- Loading branch information
1 parent
dba24af
commit 3c4fd3a
Showing
8 changed files
with
396 additions
and
2,779 deletions.
There are no files selected for viewing
851 changes: 0 additions & 851 deletions
851
openfl-tutorials/experimental/Workflow_Interface_101_MNIST-Test-Approach1.ipynb
This file was deleted.
Oops, something went wrong.
814 changes: 0 additions & 814 deletions
814
openfl-tutorials/experimental/Workflow_Interface_101_MNIST-Test-Approach2 copy.ipynb
This file was deleted.
Oops, something went wrong.
793 changes: 0 additions & 793 deletions
793
openfl-tutorials/experimental/Workflow_Interface_101_MNIST-Test-Approach2.ipynb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 11 additions & 13 deletions
24
openfl-workspace/experimental/template_workspace/plan/plan.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
# Copyright (C) 2020-2021 Intel Corporation | ||
# Licensed subject to the terms of the separately executed evaluation license agreement between Intel Corporation and you. | ||
|
||
aggregator : | ||
defaults : plan/defaults/aggregator.yaml | ||
template : openfl.experimental.component.Aggregator | ||
settings : {} | ||
|
||
|
||
collaborator : | ||
defaults : plan/defaults/collaborator.yaml | ||
template : openfl.experimental.component.Collaborator | ||
settings : {} | ||
aggregator: | ||
defaults: plan/defaults/aggregator.yaml | ||
template: openfl.experimental.component.Aggregator | ||
settings: | ||
rounds_to_train: 1 | ||
|
||
collaborator: | ||
defaults: plan/defaults/collaborator.yaml | ||
template: openfl.experimental.component.Collaborator | ||
settings: {} | ||
|
||
federated_flow: | ||
template: src.flow.TinyImageNetFlow | ||
settings: {} | ||
|
||
|
||
network : | ||
defaults : plan/defaults/network.yaml | ||
network: | ||
defaults: plan/defaults/network.yaml |
Oops, something went wrong.