diff options
| author | Void Agent <void@jayrup.hermes> | 2026-08-14 14:45:07 +0100 |
|---|---|---|
| committer | Void Agent <void@jayrup.hermes> | 2026-08-14 14:45:07 +0100 |
| commit | 921a9ffe541e90ba120f2875401e03560eb9f163 (patch) | |
| tree | 6b6cdb7719c9fa55c4ac1c47297ce3aba6cc6231 /scripts/plot.py | |
| parent | c087be09a73361b6e3ccbaf902d2d08bc769d63d (diff) | |
tidy: drop dead --ckpt arg, unused imports/vars; verified report pipeline ad-hoc + 34 suite green
Diffstat (limited to 'scripts/plot.py')
| -rw-r--r-- | scripts/plot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/plot.py b/scripts/plot.py index 6a71c3b..61733ee 100644 --- a/scripts/plot.py +++ b/scripts/plot.py @@ -1,7 +1,6 @@ """Plot train/val curves from a metrics.csv. Usage: python -m scripts.plot <model> <seed> [--runs-dir DIR]""" import argparse import csv -import sys import matplotlib matplotlib.use("Agg") |
