ignite icon indicating copy to clipboard operation
ignite copied to clipboard

List of schedulers support in `setup_common_training_handlers`

Open vfdev-5 opened this issue 3 years ago • 4 comments

🚀 Feature

Feature request to support the case like :

common.setup_common_training_handlers(
        trainer=trainer,
        ...
        lr_scheduler=[lr_scheduler1, lr_scheduler2],
    )

cc @DhDeepLIT

vfdev-5 avatar Oct 22 '21 15:10 vfdev-5

Will work on this, may take some time thinking about how to test this properly

KickItLikeShika avatar Oct 27 '21 12:10 KickItLikeShika

@KickItLikeShika we haven't yet triaged it as required enhancement. Tricky part may be also on which events to attach schedulers. Even for a single lr_scheduler it may be not expected to have it on iterations vs epochs

vfdev-5 avatar Oct 27 '21 12:10 vfdev-5

@vfdev-5 yeah I see, once we sort something out, I'm interested in working on this, will look for something else for now, thanks!

KickItLikeShika avatar Oct 27 '21 12:10 KickItLikeShika

I think either us or @DhDeepLIT can suggest an API for that and once we are agreed on it we can move forward.

vfdev-5 avatar Oct 27 '21 12:10 vfdev-5