-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Bundle Utility Functions #4324
Conversation
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, init_bundle provides a warm start... @Nic-Ma could please also review this?
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
for more information, see https://pre-commit.ci
Hi @ericspod , Thanks for the great enhancement of the bundle user experience! Thanks. |
There's an issue running the |
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
@Nic-Ma I think I'm waiting on some CI/CD things to be resolved but once that's done could you review again? Thanks! |
Sure, I am blocked by some other tasks today, will try to review it again ASAP tonight. Thanks for your quick update. |
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ericspod ,
Thanks for your quick update.
It overall looks good to me, put some minor comments inline.
Thanks.
/build |
1 similar comment
/build |
Depends on #4355 to merge first. Thanks. |
/build |
/build |
Signed-off-by: Eric Kerfoot eric.kerfoot@kcl.ac.uk
Description
This adds a utility function to bundles
load_bundle_config
which can be used to load the configuration from a bundle without loading the network. This works on a path pointing to a directory or zip file. Ainit_bundle
script function is added to create a basic bundle directory given a name and initial weights file. This can then be filled in by the user but is useful to demonstrate the correct structure of a bundle.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.