config_pv_from_iv.sh 639 Bytes
if [ -z "$kfold" ]
then
	kfold=1
fi

if [ -z "${t}" ]
then
	t=2.0
fi

OUTDIR="exp/kmeans_euclidian/pv_from_iv/${kfold}"
DATADIR="data"
MOTHER_LST_DIR="/local_disk/pegasus/laboinfo/mquillot/vocal_similarity_system/data/prot_alpha"
NEW_LSTDIR="${OUTDIR}/lst"


VECTOR_FILE="/local_disk/pegasus/laboinfo/mquillot/knowledge_distillation/exp/kd_iv/${kfold}/${t}/teacher/masseffect_pvectors.txt" # To specify if there's only one
VECTOR_FILES_ONE=true # Specify there's only one file
ORIGINAL_VECTOR_FILE="/local_disk/pegasus/laboinfo/mquillot/knowledge_distillation/data/masseffect.txt"


MIN_KFOLD=${kfold}
MAX_KFOLD=${kfold}

KMIN=2
KMAX=100