We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5e1b9 commit c58742aCopy full SHA for c58742a
1 file changed
records/track_10min_16mb/2026-03-25_BackoffNgramMixer_DriftFreeTTT_0.6683/train_gpt.py
@@ -1073,7 +1073,7 @@ def eval_val_sliding_ttt(
1073
chunk_start_tok = ci * ttt_chunk_tokens
1074
chunk_end_tok = min((ci + 1) * ttt_chunk_tokens, total_tokens)
1075
if mixer is not None:
1076
- mixer.update(val_tokens[chunk_start_tok:chunk_end_tok + 1])
+ mixer.update(val_tokens[chunk_start_tok:chunk_end_tok])
1077
1078
# Swap back training weights after scoring
1079
if use_polyak and ci > 0:
0 commit comments