Blame view
config/config_iv.sh
345 Bytes
e63ab06fc
|
1 |
OUTDIR="exp/kmeans_euclidian/iv" |
fee5922c3
|
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
|
7 8 9 10 |
METAS_CHARACTER="data/masseffect.lst" CHAR_INFO="data/masseffect_character_information.csv" ORIGINAL_VECTOR_FILE="${VECTOR_FILE}" |
fee5922c3
|
11 12 |
KMIN=2 KMAX=100 |
e63ab06fc
|
13 |