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

Build a general training tool for supervised training #59

Closed
oysteijo opened this issue Dec 6, 2023 · 2 comments · Fixed by #65
Closed

Build a general training tool for supervised training #59

oysteijo opened this issue Dec 6, 2023 · 2 comments · Fixed by #65
Assignees
Labels
enhancement New feature or request

Comments

@oysteijo
Copy link
Owner

oysteijo commented Dec 6, 2023

There should be a general tool for loading training data and train a neural network supervised.
Say, call it general-trainer and it could take in a few command line options.

  • Trainset - Filename.npz

  • Verificationset - Filename.npz

  • Neuralnet - filename.npz

  • loss - string

  • metrics - list of metrics

  • Optimizer - String SGD, RMS prop, Adam or adamw

  • Batch size - integer

  • do_shuffle.

  • Log - log_filename

  • Early stopping - patience, idx, greater_is_better

  • Model check point - filename, idx, greater_is_better, verbose

Then there could also be another tool that creates a new untrained neural network. Say, create-neuralnet. Just let this idea spin for a while,

@oysteijo oysteijo added the enhancement New feature or request label Dec 6, 2023
@oysteijo
Copy link
Owner Author

OK - branch 'training_tool' has been created.

@oysteijo
Copy link
Owner Author

Pull request #65 created.

@oysteijo oysteijo linked a pull request Jan 10, 2024 that will close this issue
@oysteijo oysteijo self-assigned this Jan 10, 2024
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant