Skip to content

How much revlog is enough? #19

Answered by L-M-Sherlock
RickCarlino asked this question in Q&A
Discussion options

You must be logged in to vote

TL;DR

  1. If the revlog size is less than 8, use default parameters
  2. If the size is greater than 8, and less than 64, use pretrained parameters
  3. If the size is greater than 64, use full-optimized parameters
  4. We have L1 regularization penalty to prevent the parameters from deviating from the default parameters too far when the revlog size is small.

For details, please see:

open-spaced-repetition/fsrs-rs#172

https://github.com/open-spaced-repetition/srs-benchmark/blob/main/notebook/minimum_limit.ipynb

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RickCarlino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants