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

Split models into a trainer and model pair #11

Open
sgoldenCS opened this issue Nov 12, 2024 · 0 comments
Open

Split models into a trainer and model pair #11

sgoldenCS opened this issue Nov 12, 2024 · 0 comments
Assignees

Comments

@sgoldenCS
Copy link
Contributor

To reduce the reliance on one large model class, we will try to split the training from the model architecture. This works well in PyTorch, but doesn't match standard Keras models. This branch is dedicated to creating separation between the training (and its configuration including optimizers) and the model itself.

It is possible that this idea will not be successful, or it may be impractical for Keras models. But we can't know without testing it.

@sgoldenCS sgoldenCS self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant