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

fit() and predict() methods #14

Open
sgbaird opened this issue Sep 18, 2021 · 0 comments
Open

fit() and predict() methods #14

sgbaird opened this issue Sep 18, 2021 · 0 comments

Comments

@sgbaird
Copy link
Collaborator

sgbaird commented Sep 18, 2021

Not necessarily critical, but struck me that it might be good to have a mdl.fit() and a mdl.predict() relative to what happens in train_crabnet.py to make it easier to "train once" and then reuse the model several times and for consistency with similar packages. Then I realized there is a model.fit() call inside of train_crabnet.py relative to model = Model(CrabNet(...), ...). If I want to "train once" and then reuse the model, how would you suggest going about that?

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

No branches or pull requests

1 participant