Replies: 2 comments
-
Hi @hw-ju, since it's not easy to construct a PyTorch training loop into a config file. You can find many other examples under this folder. https://github.com/Project-MONAI/model-zoo/tree/dev/models |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @hw-ju , For flexible workflow, you can write a python script and combine it with components in the config file, refer to: Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
In the MONAI Bundle tutorial for 3D spleen segmentation, the training config json file uses ignite-style of training, i,e, using SupervisedTrainer. Is there any example training config file using PyTorch training loop? Could you point me to that?
Beta Was this translation helpful? Give feedback.
All reactions