Skip to content

Commit

Permalink
dev_mode_name is FSRS-5-dev now
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jul 26, 2024
1 parent cd9fc1a commit fe6fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def weighted_avg_and_std(values, weights):


if __name__ == "__main__":
dev_mode_name = "FSRS-4.5-dev"
dev_mode_name = "FSRS-5-dev"
dev_file = pathlib.Path(f"./result/{dev_mode_name}.jsonl")
if dev_file.exists():
with open(dev_file, "r") as f:
Expand Down

0 comments on commit fe6fb67

Please sign in to comment.