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 users to use no scheduler and use a custom scheduling plugin #3200

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

plonerma
Copy link
Collaborator

This PR introduces a flag (attach_default_scheduler) in the methods fine_tune and train of the trainer in order to allow the user to

  1. use no scheduler when training or finetuning, and
  2. use a custom scheduler plugin (at the moment, a passed scheduling plugin would be added on top of the default scheduler),

while still using the other defaults of these functions.

…ws user to (1) use no scheduler and (2) use a custom scheduling plugin.
@plonerma plonerma requested a review from alanakbik April 19, 2023 08:58
@alanakbik
Copy link
Collaborator

Makes sense, thanks for adding this @plonerma!

@alanakbik alanakbik merged commit 442b37a into master Apr 20, 2023
@alanakbik alanakbik deleted the default_scheduling_plugin_flag branch April 20, 2023 16:46
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

Successfully merging this pull request may close these issues.

2 participants