Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make console.log permanent
  • Loading branch information
Luc-Mcgrady committed Jun 1, 2025
commit ff56bb26e317dbf4d6196f17222570899bc7e003
2 changes: 1 addition & 1 deletion ts/routes/deck-options/FsrsOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
} else {
$config.fsrsParams6 = resp.params;
optimized = true;
console.log(resp.logLoss)
console.log(`FSRS-test-train-split-log-loss = ${resp.logLoss}`)
if (resp.logLoss && resp.logLoss > logLossBadThreshold) {
setTimeout(() => alert(tr.deckConfigFsrsBadFitWarning()));
}
Expand Down