Blame view

config/archives/pvector_config.sh 299 Bytes
95142dfdc   Mathias Quillot   maj. No comment
1

fee5922c3   Mathias Quillot   New way to exec t...
2
3
4
5
6
7
8
9
10
11
12
  OUTDIR="exp/kmeans_euclidian/teacher-pvector-1"
  DATADIR="data"
  NEW_LSTDIR="${OUTDIR}/lst"
  
  VECTOR_FILES_BEGIN="${DATADIR}/pvectors_1rst/pvectors_teacher"
  VECTOR_FILES_END=".txt"
  VECTOR_FILE="" # To specify if there's only one
  VECTOR_FILES_ONE=false # Specify there's only one file
  
  KMIN=2
  KMAX=100