anthony-wang / anthony-wang/CrabNet

fit() and predict() methods

Aperta
#14 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.