config_xv.sh 250 Bytes
OUTDIR="exp/kmeans_euclidian/xv"
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

ORIGINAL_VECTOR_FILE="${VECTOR_FILE}"
KMIN=2
KMAX=100