anthony-wang / anthony-wang/CrabNet
fit() and predict() methods
Open
- Dominant language
- Python
- Stars
- 132
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.