Commit 4544458be2bd97b8e69bd42b9fd7f405f24d2288
1 parent
46812c2eac
Exists in
master
Pvector config file for each layer
Showing 4 changed files with 44 additions and 0 deletions Inline Diff
config/pvector_layer1_config.sh
File was created | 1 | OUTDIR="exp/kmeans_euclidian/teacher-pvector-layer1" | |
2 | DATADIR="data" | ||
3 | NEW_LSTDIR="${OUTDIR}/lst" | ||
4 | |||
5 | VECTOR_FILES_BEGIN="${DATADIR}/pvectors_1rst/embedding_activation_1" | ||
6 | VECTOR_FILES_END=".txt" | ||
7 | VECTOR_FILE="" # To specify if there's only one | ||
8 | VECTOR_FILES_ONE=false # Specify there's only one file | ||
9 | |||
10 | KMIN=2 | ||
11 | KMAX=100 | ||
12 |
config/pvector_layer2_config.sh
File was created | 1 | OUTDIR="exp/kmeans_euclidian/teacher-pvector-layer2" | |
2 | DATADIR="data" | ||
3 | NEW_LSTDIR="${OUTDIR}/lst" | ||
4 | |||
5 | VECTOR_FILES_BEGIN="${DATADIR}/pvectors_1rst/embedding_activation_2" | ||
6 | VECTOR_FILES_END=".txt" | ||
7 | VECTOR_FILE="" # To specify if there's only one | ||
8 | VECTOR_FILES_ONE=false # Specify there's only one file | ||
9 | |||
10 | KMIN=2 | ||
11 | KMAX=100 | ||
12 |
config/pvector_layer3_config.sh
File was created | 1 | OUTDIR="exp/kmeans_euclidian/teacher-pvector-layer3" | |
2 | DATADIR="data" | ||
3 | NEW_LSTDIR="${OUTDIR}/lst" | ||
4 | |||
5 | VECTOR_FILES_BEGIN="${DATADIR}/pvectors_1rst/embedding_activation_3" | ||
6 | VECTOR_FILES_END=".txt" | ||
7 | VECTOR_FILE="" # To specify if there's only one | ||
8 | VECTOR_FILES_ONE=false # Specify there's only one file | ||
9 | |||
10 | KMIN=2 | ||
11 | KMAX=100 | ||
12 |
config/pvector_layer4_config.sh
File was created | 1 | OUTDIR="exp/kmeans_euclidian/teacher-pvector-layer4" | |
2 | DATADIR="data" | ||
3 | NEW_LSTDIR="${OUTDIR}/lst" | ||
4 | |||
5 | VECTOR_FILES_BEGIN="${DATADIR}/pvectors_1rst/embedding_activation_4" | ||
6 | VECTOR_FILES_END=".txt" | ||
7 | VECTOR_FILE="" # To specify if there's only one | ||
8 | VECTOR_FILES_ONE=false # Specify there's only one file | ||
9 | |||
10 | KMIN=2 | ||
11 | KMAX=100 | ||
12 |