We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
properties_path
BundleWorkflow
It's different from the default setting: using a .py file to save properties:
MONAI/monai/bundle/workflows.py
Line 51 in 684688a
For users that want to define a properties file, a simple way is to copy and modify the file: https://github.com/Project-MONAI/MONAI/blob/684688a2877b07b0e1da98bb13f18a60ac73d426/monai/bundle/properties.py
it's inconvenient to use json since it requires to manually "translate" ID_SEP_KEY, BundleProperty and BundlePropertyConfig.
ID_SEP_KEY
BundleProperty
BundlePropertyConfig
The text was updated successfully, but these errors were encountered:
cc @Nic-Ma @KumoLiu
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It's different from the default setting: using a .py file to save properties:
MONAI/monai/bundle/workflows.py
Line 51 in 684688a
For users that want to define a properties file, a simple way is to copy and modify the file: https://github.com/Project-MONAI/MONAI/blob/684688a2877b07b0e1da98bb13f18a60ac73d426/monai/bundle/properties.py
it's inconvenient to use json since it requires to manually "translate"
ID_SEP_KEY
,BundleProperty
andBundlePropertyConfig
.The text was updated successfully, but these errors were encountered: