Blame view

config/archives/pvector_layer4_config.sh 309 Bytes
4544458be   Mathias Quillot   Pvector config fi...
1
2
3
4
5
6
7
8
9
10
11
  OUTDIR="exp/kmeans_euclidian/teacher-pvector-layer4"
  DATADIR="data"
  NEW_LSTDIR="${OUTDIR}/lst"
  
  VECTOR_FILES_BEGIN="${DATADIR}/pvectors_1rst/embedding_activation_4"
  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