修改配置

This commit is contained in:
2025-10-09 09:59:36 +08:00
parent f3e3bd048a
commit a14aa7f8e1
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class EmbeddingFoodClassifierApp:
"""加载训练好的embedding模型和FAISS索引"""
try:
# 模型路径
model_path = "../model/embedding_20250929_151102/best_embedding_model.pth"
model_path = "../model/embedding_20250930_102826/best_embedding_model.pth"
# FAISS索引目录
index_dir = "../faiss_vector_db/faiss_index"