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

Documentation about what parameters can be overrides in Auto3dSeg #7240

Open
KumoLiu opened this issue Nov 16, 2023 · 7 comments
Open

Documentation about what parameters can be overrides in Auto3dSeg #7240

KumoLiu opened this issue Nov 16, 2023 · 7 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@KumoLiu
Copy link
Contributor

KumoLiu commented Nov 16, 2023

Relatedly - are the full set of options for training_params documented anywhere? In my case I'm trying to prevent my data being cached during training, but more generally I'd like to know how to figure out how I can adjust other options.

CC @pwrightkcl

Originally posted by @marksgraham in #7214 (comment)

@KumoLiu KumoLiu added enhancement New feature or request documentation Improvements or additions to documentation labels Nov 16, 2023
@marksgraham
Copy link
Contributor

Thanks for raising this issue. We have another question - maybe we'll keep them on all this issue as the answers to all these questions should probably end up in the expanded auto3dseg documentation:

How do we force a fold to restart training from the beginning? Currently if a fold fails due to e.g. the training diverging, re-starting the runner will cause it to skip over that fold because it is internally marked as trained.

@KumoLiu
Copy link
Contributor Author

KumoLiu commented Nov 24, 2023

Hi @marksgraham, AutoRunner will only consider the fold that has been trained when the metric is generated.

is_trained = best_metric is not None

You can also set train=True to always retrain all algos.
train: on/off switch to run training and generate algorithm checkpoints. Defaults to None, to automatically

@Bhavay-2001
Copy link

Hi @KumoLiu, can I work on this issue if it is open for beginners?

@KumoLiu
Copy link
Contributor Author

KumoLiu commented Feb 5, 2024

Hi @Bhavay-2001, thanks for your interest here. Perhaps not suitable for beginners, as you will need to be familiar with Auto3ds seg and various templates.

@Bhavay-2001
Copy link

Hi @KumoLiu, thank you for your reply. Any particular issue that you can suggest me as a beginner? Thanks

@KumoLiu
Copy link
Contributor Author

KumoLiu commented Feb 5, 2024

Hi @Bhavay-2001, you can start with this ticket. #6771

@Bhavay-2001
Copy link

Hi @KumoLiu, I am reading the issue but it seems a little difficult to understand. Can you please help me understand it better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants