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

General solving pipeline #6

Open
6 tasks done
MarcelBruckner opened this issue Nov 4, 2019 · 2 comments
Open
6 tasks done

General solving pipeline #6

MarcelBruckner opened this issue Nov 4, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@MarcelBruckner
Copy link
Collaborator

MarcelBruckner commented Nov 4, 2019

A pipeline for solving neural nets is needed.
Basic capabilities are:

  • Pass a model to optimize
  • Switch between solving algorithms (SGD, Adam, ...)
  • Adjust parameters of solver
  • Train solver
  • Verbose output of training loss
  • Verbose output of training and validation accuracy
@MarcelBruckner MarcelBruckner added the enhancement New feature or request label Nov 4, 2019
@MarcelBruckner MarcelBruckner self-assigned this Nov 4, 2019
@MarcelBruckner MarcelBruckner added this to To do in Code via automation Nov 4, 2019
@MarcelBruckner MarcelBruckner moved this from To do to In progress in Code Nov 4, 2019
@MarcelBruckner
Copy link
Collaborator Author

Added really nice dynamic printing of Bokeh plots for accuracies and loss.

@MarcelBruckner
Copy link
Collaborator Author

Saving the whole solver is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Code
  
In progress
Development

No branches or pull requests

1 participant