Blame view
config/config_without_kfold_iv.sh
342 Bytes
e63ab06fc
|
1 |
OUTDIR="exp/kmeans_euclidian_skyrim/ivectors" |
fee5922c3
|
2 3 |
DATADIR="data" NEW_LSTDIR="${OUTDIR}/lst" |
e63ab06fc
|
4 |
LST_FILE="/local_disk/pegasus/laboinfo/mquillot/data/skyrim/skyrim_ivectors.txt" |
fee5922c3
|
5 6 |
VECTOR_FILE="data/ivectors.txt" # To specify if there's only one VECTOR_FILES_ONE=true # Specify there's only one file |
e63ab06fc
|
7 |
WITHOUT_KFOLD="" |
fee5922c3
|
8 9 |
KMIN=2 KMAX=100 |
e63ab06fc
|
10 11 |
METAS_CHARACTER="" |