Blame view

config/config_xv.sh 250 Bytes
e63ab06fc   Mathias Quillot   New organisation ...
1
  OUTDIR="exp/kmeans_euclidian/xv"
fee5922c3   Mathias Quillot   New way to exec t...
2
3
4
5
6
  DATADIR="data"
  NEW_LSTDIR="${OUTDIR}/lst"
  
  VECTOR_FILE="data/xvectors.txt" # To specify if there's only one
  VECTOR_FILES_ONE=true # Specify there's only one file
e63ab06fc   Mathias Quillot   New organisation ...
7
  ORIGINAL_VECTOR_FILE="${VECTOR_FILE}"
fee5922c3   Mathias Quillot   New way to exec t...
8
9
  KMIN=2
  KMAX=100