Skip to content
New issue

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

Allow for multiple experiments and runs out of the box #659

Open
AHarouni opened this issue Sep 18, 2024 · 0 comments
Open

Allow for multiple experiments and runs out of the box #659

AHarouni opened this issue Sep 18, 2024 · 0 comments

Comments

@AHarouni
Copy link

Is your feature request related to a problem? Please describe.
Monai bundle should allow for multiple experiments and runs out of the box

Describe the solution you'd like
In the train.config

  • Add "folder_name": "experiment1"
    this should lead to
  • creating a new folder in models/experiment1
  • Make new model, tensor board etc be generated in this new folder
  • Copy the train.json and train_continues.json into this folder for tracking
  • direct the log file to be generated into this new folder

Describe alternatives you've considered
I have modified the bundle myself to do some of this. however I need to give the same folder name in the train and in the logging.config

Additional context
the infer.config should be modified to take parameters from the train.json files specifically the intenisty range , resolution etc
I couldn't get this to work. I tired

  • passing in the train.json gave errors
  • changed parameters in the infer.json to use the filepath#parametername didn't work as the train.json is in subfolder model/experiment1
  • copying the infer.json into the new folder model/experiment1 but I got errors related to path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant