Change epochs and batch size #882
-
Hello, Sorry to bother you with this question, that seems pretty simple, but yet I can't find how to do it. I want to change the number of epochs and batch size in the MONAI Label radiology app (not in 3D slicer options but in the scripts). Thank you in advance for the time and the answer. Mounir lahlouh. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Finally, I found the answer to that thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello, could I ask how to use also tensorboard for MONAI? Best, |
Beta Was this translation helpful? Give feedback.
Finally, I found the answer to that thanks.
For those who couldn't change the trainning params, you go to the model configs script (for me it was deepedit.py in configs) and change the trainer function :
config={"pretrained": strtobool(self.conf.get("use_pretrained_model", "true")), "max_epochs":100}