Commit 14d6e0cb3cbbb2ab2c922432455dcc8e0133ace3

Authored by Mathias Quillot
1 parent ac78b07ea0
Exists in master

Basic run.sh for testing some binaries. Will evoluate

Showing 1 changed file with 16 additions and 0 deletions Inline Diff

File was created 1 # Pour le moment, le run ne fait qu'executer
2 # quelques petites commandes que l'on souhaite
3 # tester.
4
5 OUTDIR="test"
6 if [ ! -d "$OUTDIR" ];
7 then
8 mkdir -p $OUTDIR
9 fi
10
11 #python3 bin/cluster_kmeans.py data/pvectors_1rst/pvectors_1.txt \
12 # data/pvectors_1rst/lst/train_1.lst \
13 # ${OUTDIR} --kmin 5 --kmax 7
14
15 python3 bin/extract_kmeans.py test/clustering_5.pkl data/pvectors_1rst/pvectors_1.txt \
16 data/pvectors_1rst/lst/val_1.lst #--outfile test.txt