只是更改了一些配置
This commit is contained in:
@@ -61,7 +61,7 @@ class EmbeddingFoodClassifierApp:
|
||||
"""加载训练好的embedding模型和FAISS索引"""
|
||||
try:
|
||||
# 模型路径
|
||||
model_path = "../model/embedding_20250930_102826/best_embedding_model.pth"
|
||||
model_path = "../model/embedding_20251010_111257/best_embedding_model.pth"
|
||||
|
||||
# FAISS索引目录
|
||||
index_dir = "../faiss_vector_db/faiss_index"
|
||||
|
||||
Reference in New Issue
Block a user