compile ok but diverge

This commit is contained in:
Henri Bourcereau 2025-08-12 21:56:52 +02:00
parent ec6ae26d38
commit cfc19e6064
6 changed files with 38 additions and 22 deletions

View file

@ -17,7 +17,7 @@ train() {
}
plot() {
NAME=$(ls "$LOGS_DIR" | tail -n 1)
NAME=$(ls -rt "$LOGS_DIR" | tail -n 1)
LOGS="$LOGS_DIR/$NAME"
cfgs=$(head -n $CFG_SIZE "$LOGS")
for cfg in $cfgs; do