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

Make the optimizer name an argument of the runner #10

Open
1 task
fsschneider opened this issue Sep 25, 2019 · 0 comments
Open
1 task

Make the optimizer name an argument of the runner #10

fsschneider opened this issue Sep 25, 2019 · 0 comments
Assignees
Labels
👷 Status: In Progress Issue is being worked on 🚀 Type: Enhancement Enhancement/rework request of an existing feature

Comments

@fsschneider
Copy link
Owner

fsschneider commented Sep 25, 2019

The user should be able to set the optimizer name by passing a string to the runner instance. This makes it possible to seperate SGD/Momentum/Nesterov in PyTorch and gives more flexibility for the optimizer developer.


To Do

We will do the following steps for version 1.2.0:

  • Add optimizer name as an optional argument to the runner. If none is given, it will use the internal name for the optimizer.
@fsschneider fsschneider added 🚀 Type: Enhancement Enhancement/rework request of an existing feature 👷 Status: In Progress Issue is being worked on labels Sep 25, 2019
@fsschneider fsschneider added this to the 📦 Version 1.2.0 milestone Sep 25, 2019
@fsschneider fsschneider self-assigned this Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👷 Status: In Progress Issue is being worked on 🚀 Type: Enhancement Enhancement/rework request of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant