Blame view
config/ivector_config.sh
218 Bytes
fee5922c3 New way to exec t... |
1 2 3 4 5 6 7 8 9 |
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 |