-
Notifications
You must be signed in to change notification settings - Fork 1.4k
6834 Add MetaProterties and update load API
#6835
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
faa8dc6
add `AutoBundle` and `from_bundle`
KumoLiu efcb485
Merge remote-tracking branch 'origin/dev' into from-bundle
KumoLiu be7aa45
minor fix
KumoLiu e83478a
Merge branch 'dev' into from-bundle
KumoLiu 7c26f75
Merge branch 'dev' into from-bundle
KumoLiu a7bc4e8
rename to `BundleManager`
KumoLiu 5dc2f4e
Merge branch 'from-bundle' of https://github.com/KumoLiu/MONAI into f…
KumoLiu b8bc55a
support multi configs
KumoLiu eb6a9d4
add docstring
KumoLiu fc677b5
change `bundle_name_or_path`
KumoLiu e312186
Merge branch 'dev' into from-bundle
KumoLiu 8fb5076
support flexible postfix
KumoLiu e4d061f
minor fix
KumoLiu d49f3d0
minor fix
KumoLiu dc8858b
update based on comments
KumoLiu cc5c2c7
fix flake8
KumoLiu 52c9f52
update docstring
KumoLiu 5eec914
update based on comments
KumoLiu 42bac3d
fix flake8
KumoLiu 1623a6d
Merge branch 'dev' of https://github.com/Project-MONAI/MONAI into fro…
KumoLiu 0903997
rename `bundle_name` to `name`
KumoLiu 6576c15
update docstring
KumoLiu 0409cac
add `MetaProterties`
KumoLiu 7057fe2
support getting meta property
KumoLiu 5b484ec
Merge branch 'dev' of https://github.com/Project-MONAI/MONAI into fro…
KumoLiu 7ab0a74
remove `BundleManager`
KumoLiu 79bf87d
simplify the specification for
KumoLiu 1a2abea
fix flake8
KumoLiu a8ae128
fix mypy
KumoLiu c0c4e01
simplify the specification for
KumoLiu fcc8b1b
add `create_workflow` and update `load`
KumoLiu 30ebb16
remove `_find_config_file`
KumoLiu f609f98
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ee525f8
update docstring
KumoLiu a9a1163
Merge branch 'from-bundle' of https://github.com/KumoLiu/MONAI into f…
KumoLiu 83cd3d3
minor fix
KumoLiu 559711d
add unittests for load
KumoLiu 7038b90
update the docstring for the `load`
KumoLiu a5992b9
fix flake8
KumoLiu 0531989
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a5cfd71
fix mypy
KumoLiu 2229c4d
Merge branch 'from-bundle' of https://github.com/KumoLiu/MONAI into f…
KumoLiu 82a3c23
fix ci
KumoLiu 0ad2364
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6938718
fix ci
KumoLiu 5da4ea6
Update monai/bundle/__init__.py
KumoLiu 85275d3
fix typo
KumoLiu 63d3a84
update according to comments
KumoLiu 864dadb
fix flake8
KumoLiu fa3b940
Update monai/bundle/workflows.py
KumoLiu 54c65af
minor fix
KumoLiu 384ff08
Merge branch 'from-bundle' of https://github.com/KumoLiu/MONAI into f…
KumoLiu c4ac467
fix version ci error
KumoLiu b267d76
fix flake8
KumoLiu 05e51e5
set "meta_file" as required in `ConfigWorkflow`
KumoLiu bc3a134
fix flake8
KumoLiu dcd76dd
minor fix
KumoLiu 3afb12d
Merge branch 'dev' of https://github.com/Project-MONAI/MONAI into fro…
KumoLiu 8e74d04
fix unittests
KumoLiu fe76258
address comments
KumoLiu e5c8bfd
address comments
KumoLiu 2789c5f
fix flake8
KumoLiu 561a68e
add deprecated_arg for `net_name`
KumoLiu 9b6bc08
Merge branch 'dev' into from-bundle
KumoLiu 0039860
update `worklfow` to `workflow_type`
KumoLiu 32de5aa
Merge branch 'from-bundle' of https://github.com/KumoLiu/MONAI into f…
KumoLiu 134d1ea
fix flake8
KumoLiu e93309e
fix ci
KumoLiu edb8768
address comments
KumoLiu 93a149a
Merge branch 'dev' into from-bundle
wyli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.