forked from securefederatedai/openfl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added config parsing check to GaNDLF task runner (securefederatedai#908)
* added config parsing check * updated usage * using latest gandlf tag, and updated plan initialization command * updated message * renamed * minor rename * no need for this comment * let's see if this works * updated ignore * trying to set the paths * fixed paths * added debug * added an assert * better check for empty dict * no need for this `mkdir` command * this is not really needed in the workflow * added the plan initialization in the test * Add default value for --gandlf_config argument * checking if this worked * trying using `pwd` * should fix lint * check file presence * removed trailing whitespace * checking another path * checking copy to a known location * different path * trying something else * Fix plan initialization * Fix plan initialization for GaNDLF Signed-off-by: Patrick Foley <[email protected]> * Attempt to add missing param Signed-off-by: Patrick Foley <[email protected]> * better way to initialize default * using the 3d patch instead of the default 2d one * lint fix * this should be there * lint fix * this should fix it * using 2d data for unit test instead of 3d * trying something else * added a few comments --------- Signed-off-by: Patrick Foley <[email protected]> Co-authored-by: Patrick Foley <[email protected]> Signed-off-by: nammbash <[email protected]>
- Loading branch information
Showing
6 changed files
with
70 additions
and
25 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,6 @@ venv/* | |
*.jpg | ||
*.crt | ||
*.key | ||
.eggs | ||
.eggs | ||
eggs/* | ||
*.pyi |
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
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