compile ok but diverge
This commit is contained in:
parent
ec6ae26d38
commit
cfc19e6064
6 changed files with 38 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue