Blame view

tests/test_measures.sh 367 Bytes
e4966c043   Mathias Quillot   Some test files t...
1

8004d48e5   Mathias Quillot   Tests for testing...
2
3
4
5
6
7
8
9
10
11
  #features_file="../data/pvectors_1rst/pvectors_teacher_${k_fold}.txt"
  features_file="../data/ivectors.txt"
  exp_dir="../exp/kmeans_euclidian/ivectors"
  k_fold=1
  k=2
  
  python3 "../bin/measure_clustering.py" "${exp_dir}/${k_fold}/${k}/clustered_${k}.txt" \
      "${features_file}" \
      "../data/pvectors_1rst/lst/train_1.lst" \
      "../data/pvectors_1rst/lst/val_1.lst"
e4966c043   Mathias Quillot   Some test files t...
12