[2.8] Add Auto-FL literature events and local compute budget search#4542
Closed
holgerroth wants to merge 1 commit intoNVIDIA:2.8from
Closed
[2.8] Add Auto-FL literature events and local compute budget search#4542holgerroth wants to merge 1 commit intoNVIDIA:2.8from
holgerroth wants to merge 1 commit intoNVIDIA:2.8from
Conversation
…#4523) ## Summary - add Auto-FL literature-review event tracking and progress plotting updates - simplify devcontainer/git setup around local experiment branches and commits - add local-compute search support with `--local_train_steps` alongside epoch-based training - refresh the Auto-FL README, program guidance, and bundled agent skill/runbook ## Validation - `python3 -m py_compile research/auto-fl-research/client.py research/auto-fl-research/job.py research/auto-fl-research/scripts/append_result.py research/auto-fl-research/scripts/validate_contract.py` - `black --check research/auto-fl-research/client.py research/auto-fl-research/job.py` - `isort --check-only --profile black research/auto-fl-research/client.py research/auto-fl-research/job.py` - `flake8 research/auto-fl-research` - `git diff --check` - `make validate` from `research/auto-fl-research` - `make smoke` from `research/auto-fl-research` passed static checks and skipped runtime launch because the host Python has incompatible NVFlare API paths installed ## Notes - Runtime experiment artifacts such as local `results.tsv` are not included in this PR. (cherry picked from commit e275c37)
Collaborator
|
I don;'t think we need this in 2.8. we should just leave this in main i think. (not part of 2.8 features) |
Collaborator
Author
Should we remove this example from the 2.8 branch, then, as it's diverging from the main branch? |
Collaborator
Author
|
Let's remove this example from the 2.8 branch. We'll continue development on the main branch #4553 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2.8branch.Cherry-pick
Validation
make validatefromresearch/auto-fl-researchblack --check research/auto-fl-research/client.py research/auto-fl-research/job.pyisort --check-only --profile black research/auto-fl-research/client.py research/auto-fl-research/job.pyflake8 research/auto-fl-researchgit diff --check upstream/2.8...HEADmake smokefromresearch/auto-fl-researchpassed static checks and skipped runtime launch because the active environment has incompatible/missing NVFlare API paths:nvflare.app_common.aggregators.model_aggregator,nvflare.app_opt.pt.recipes.fedavg, andnvflare.recipe.utils.