Blame view

score_REALSPE_models.sh 162 Bytes
b6d0165d1   Killian   Initial commit
1
2
3
4
5
  for file in real_spe_models/*.bak
  do
      fname=$(basename $file ".shelve.bak")
      python REAL_SPE_mlp.py real_spe_models/$fname AUTO_real_spe_scores/$fname
  done