# 5hl #awk -f alll2metalearn2.awk alll |sort -R > arch2perf5hl.txt awk -f get-5hl-corrs.awk alll plot "l1-nhid.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l1-nhid.png";replot;set term x11;replot plot "l2-nhid.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l2-nhid.png";replot;set term x11;replot plot "l3-nhid.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l3-nhid.png";replot;set term x11;replot plot "l4-nhid.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l4-nhid.png";replot;set term x11;replot plot "l5-nhid.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l5-nhid.png";replot;set term x11;replot plot "l1-rf.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l1-rf.png";replot;set term x11;replot plot "l2-rf.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l2-rf.png";replot;set term x11;replot plot "l3-rf.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l3-rf.png";replot;set term x11;replot plot "l4-rf.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l4-rf.png";replot;set term x11;replot plot "l5-rf.txt" set terminal png font 'DejaVuSans' 16 size 1024,768 set output "l5-rf.png";replot;set term x11;replot l1-nhid.png #12,14 l1-rf.png #1,5 l2-nhid.png #16,18 l2-rf.png #5,10 l3-nhid.png #18,19 l3-rf.png #16,17 l4-nhid.png #20,18 l4-rf.png #15,16,145 l5-nhid.png #18,3 l5-rf.png #67,68,1 # awk -f alll2metalearn1.awk alll |sort -R > arch2perf.txt reczko@max:~/snns/ss/relu/td$ awk -f alll2metalearn1.awk alll | sort -R > arch2perf.txt 1 17 49 2 1 10 3 5 18 4 4 21 5 10 25 6 12 50 #correlation arch-feat with perf ]0;~/td/correczko@max:~/td/cor$ awk -f get-corrs.awk ../README-metadata-training.txt l1-nhid TRY 15 plot "l2-nhid.txt" # less l2-nhid: max@18 try 17,16... plot "l2-rf.txt" # less l2-nhid: 9,8,... max@11 TRY 12 plot "l3-nhid.txt" # no corr, try 17,21 max@18 TRY 19,20 plot "l3-rf.txt" # no corr, try 5 max@27 TRY 78,69 plot [:][68:72] "l4-rf.txt" max@65 TRY 61