Closed
Conversation
ZiyueXu77
reviewed
Mar 17, 2025
| "source": [ | ||
| "The beauty of working with NVFlare is that you can quickly adjust the model architecture or job parameters. All you need to do is edit the contents inside the pre-configured job files.\n", | ||
| "\n", | ||
| "For example, you can open a new tab in Jupyter Notebook to edit the model file or the config file. This allows you to change things like the architecture of your model, learning rate, batch size, and more, directly within the notebook." |
Collaborator
There was a problem hiding this comment.
shall we add another exp after the first one to show how easy it is to use another model?
"Now lets make some modifications to our model and try the new one out"
"cp /tmp/nvflare/workspaces/edge_example/prod_00/admin@nvidia.com/transfer/cifar_10_mobile_et /tmp/nvflare/workspaces/edge_example/prod_00/admin@nvidia.com/transfer/cifar_10_mobile_et_mod"
add an fc layer and save
"submit_job cifar_10_mobile_et_mod"
Collaborator
There was a problem hiding this comment.
Main point is no change needed at device side
ZiyueXu77
reviewed
Mar 17, 2025
Collaborator
ZiyueXu77
left a comment
There was a problem hiding this comment.
Looks good! One comment about showing how easy it is to switch to a different model
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.
Description
Update code and add notebook for demo video
Types of changes
./runtest.sh.