Where can I learn more about MONAI Bundle? #5232
-
All I've found are the spec and this config syntax document. I also know I can find many examples at the model zoo. But I still don't really understand what's going on in the config syntax document. It looks like there's an entire little language built into the json config files. Like a restricted version of python where you can specify imports, instantiate objects, evaluate expressions, do some text replacements, etc. Where would one learn how to use this little language? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ebrahimebrahim , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @ebrahimebrahim ,
Thanks for your interest here.
You can find more introduction and detailed examples: https://github.com/Project-MONAI/tutorials/tree/main/bundle
Thanks.