Replies: 1 comment
-
Hi @vikashg , You can refer to this PR: Project-MONAI/model-zoo#70 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.
-
Hello everyone,
So I have been going through the MONAI BUNDLE module and looking at several bundles that are already shared. I had a question regarding building a model using a custom model.
Most of the models that are shared on the model zoo are based on the model definitions in
monai.networks.nets
, which also contain the keywordsblocks_down
andblocks_up
as inSegResNet
. These keywords need to be specified in thetrain.json
.I was wondering if I have a custom model defined in a file for example
model_def.py
. How can I build a model based on this custom model. In addition is there a method to load and re-train a model. I tried to look into the custom_component example. But it was not very clear.Beta Was this translation helpful? Give feedback.
All reactions