nd-ball / py-irt

Bayesian IRT models in Python
MIT License
115 stars 41 forks source link

Centralized trainer + LR decay #7

Closed EntilZha closed 3 years ago

EntilZha commented 3 years ago

Refactored code a bit to have a centralized trainer to make it easier to enable learning rate decay, to make model training more stable.