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

hlca_map_classify.ipynb missing early_stopping_kwarg #213

Open
c-westhoven opened this issue Oct 11, 2023 · 0 comments
Open

hlca_map_classify.ipynb missing early_stopping_kwarg #213

c-westhoven opened this issue Oct 11, 2023 · 0 comments

Comments

@c-westhoven
Copy link

Hi,
I noticed that in the hlca_map_classify tutorial, the early stopping is not actually activated, because the early_stopping is not set to true, and so the training goes through all 500 surgery epochs.

From tutorial:

surgery_epochs = 500
early_stopping_kwargs_surgery = {
    "early_stopping_monitor": "elbo_train",
    "early_stopping_patience": 10,
    "early_stopping_min_delta": 0.001,
    "plan_kwargs": {"weight_decay": 0.0},
}
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