Blame view

tests/test_clustering.sh 404 Bytes
e4966c043   Mathias Quillot   Some test files t...
1
2
3
4
5
6
7
8
9
10
11
  
  k_fold=2
  k=88
  
  #python3 ../bin/cluster_kmeans.py "../data/pvectors_1rst/pvectors_teacher_${k_fold}.txt" \
  #    "../data/pvectors_1rst/lst/train_1.lst" \
  #    "." --kmin 88 --kmax 88
  
  python3 "../bin/test-kmeans.py" "../exp/kmeans_teacher_1/pvector-1/${k_fold}/${k}/clustering_${k}.pkl" \
      "../data/pvectors_1rst/pvectors_teacher_${k_fold}.txt" \
      "../data/pvectors_1rst/lst/train_${k_fold}.lst"