runAll_maxwell.sh 196 B

12345678
  1. #! bin/bash
  2. for size in {"4","8","16","26","32","40"}; do
  3. for metric in {"lab","mscn","low_bits_4","low_bits_2"}; do
  4. bash generateAndTrain_maxwell.sh ${size} ${metric}
  5. done
  6. done