Show your convergence profile — what does your loop actually look like? #13
fitz2882
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The benchmark covers 10 workload cells across 2,000 trials, but they're all workloads I chose. I'd like to see loops I didn't design.
If you've wrapped something, paste:
Plus one line on what the loop does and what the error signal is. That's it.
Especially interested in the ugly ones. What's useful is oscillation, plateaus that resolve after you'd given up, divergence that rollback caught, and anything where the classifier called it wrong.
Nothing sensitive is needed — error magnitudes only, never prompts or outputs. (That's the same contract
send_telemetryenforces, and it's tested.)All reactions