修改配置路径

This commit is contained in:
2025-10-11 17:39:57 +08:00
parent 2660d503d6
commit b62a64033a
4 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ class FAISSSearcher:
def main():
"""主函数"""
# 配置参数
MODEL_PATH = "../model/embedding_20251010_111257/best_embedding_model.pth"
MODEL_PATH = "../model/embedding_20251011_133653/best_embedding_model.pth"
TRAIN_DIR = "../dataset/train"
OUTPUT_DIR = "faiss_index"
BATCH_SIZE = 16