anthony-wang / anthony-wang/CrabNet
fit() and predict() methods
Aperta
- Lingua principale
- Python
- Stelle
- 132
- Fork
- 42
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.