ivector_config.sh 218 Bytes
OUTDIR="exp/kmeans_euclidian/ivectors"
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

KMIN=2
KMAX=100