question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move param handlers to core part

See original GitHub issue

🚀 Feature

As discussed in https://github.com/Project-MONAI/MONAI/pull/1949#issuecomment-815283287 moving https://github.com/pytorch/ignite/blob/master/ignite/contrib/handlers/param_scheduler.py to the core part: https://github.com/pytorch/ignite/tree/master/ignite/handlers could be great addition for users, apps and toolkits which do not use contrib module (e.g. MONAI).

While moving the code, we would like to ensure BC-compatibilty for at least one future release. Once the code has been moved we can put deprecation message for classes and methods inside contrib module. contrib/handlers/param_scheduler.py will be removed in v0.6.0.

A follow-up feature to this feature request could be enlarging the scope of ParamScheduler to scheduling any parameter (e.g. hyperparameters) like it is done in MONAI: https://github.com/Project-MONAI/MONAI/pull/1949

cc @danieltudosiu

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
danieltudosiucommented, Apr 8, 2021

@vfdev-5 perfect, will aim to have it done by the end of the weekend.

1reaction
danieltudosiucommented, Apr 8, 2021

@vfdev-5 thanks for ccing.

Just to make sure I get your right.

  1. For now we will just move ParamScheduler out of contrib and add MONAI ParameterScheduler to Ignite?

  2. In this issue we will not aim to combine the two into a better class because we want to maintain backwards compatibility between 0.5.1 and 0.5. Right?

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate HTTP handlers and modules to ASP.NET Core ...
This article shows how to migrate existing ASP.NET HTTP modules and handlers from system.webserver to ASP.NET Core middleware.
Read more >
How to get params from AuthorizationHandler .NET Core
In ASP.NET Core 3.0 with endpoint routing enabled, you can get a route parameter value like this: public class MyRequirementHandler ...
Read more >
How to pass parameters to action methods in ASP.NET Core ...
Launch the Visual Studio IDE. · Click on “Create new project.” · In the “Create new project” window, select “ASP.NET Core Web Application”...
Read more >
The Rules for in, out, in-out, consume, and forward Function ...
You can even move or forward your parameters. Your decision should depend on if it is an in, and out, an in-out, a...
Read more >
A Beginner's Guide to URL Parameters - Semrush
In this comprehensive guide, we explore the ins and outs of URL parameters. Discover now how to use query strings without hurting your ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found