Skip to content

Conversation

@vile319
Copy link

@vile319 vile319 commented Dec 19, 2025

  • Fix tqdm double-update bug (progress bar was advancing twice per model)
  • Replace noisy per-model verbose output with clean end summaries:
    • verbose=0: 1-line summary with success/fail counts and best model
    • verbose=1: Full ranked table + failed models list
  • Track and report failed models by name
  • Fix return semantics (cleaner if/return pattern)
  • Add test script with argparse for --verbose flag

- Fix tqdm double-update bug (progress bar was advancing twice per model)
- Replace noisy per-model verbose output with clean end summaries:
  - verbose=0: 1-line summary with success/fail counts and best model
  - verbose=1: Full ranked table + failed models list
- Track and report failed models by name
- Fix return semantics (cleaner if/return pattern)
- Add test script with argparse for --verbose flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant