List of schedulers support in `setup_common_training_handlers`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.8k
- Forks
- 726
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 5
Description
🚀 Feature
Feature request to support the case like :
common.setup_common_training_handlers(
trainer=trainer,
...
lr_scheduler=[lr_scheduler1, lr_scheduler2],
)
cc @DhDeepLIT
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the setup_common_training_handlers entry point and inspect how a single lr_scheduler is currently handled. Define the expected behavior for a list of schedulers and verify that the handler supports the requested example; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100