Blame view

config/config_iv.sh 345 Bytes
e63ab06fc   Mathias Quillot   New organisation ...
1
  OUTDIR="exp/kmeans_euclidian/iv"
fee5922c3   Mathias Quillot   New way to exec t...
2
3
4
5
6
  DATADIR="data"
  NEW_LSTDIR="${OUTDIR}/lst"
  
  VECTOR_FILE="data/ivectors.txt" # To specify if there's only one
  VECTOR_FILES_ONE=true # Specify there's only one file
e63ab06fc   Mathias Quillot   New organisation ...
7
8
9
10
  METAS_CHARACTER="data/masseffect.lst"
  CHAR_INFO="data/masseffect_character_information.csv"
  
  ORIGINAL_VECTOR_FILE="${VECTOR_FILE}"
fee5922c3   Mathias Quillot   New way to exec t...
11
12
  KMIN=2
  KMAX=100
e63ab06fc   Mathias Quillot   New organisation ...
13