From caa3033ed2c09eb463be277e2a4d22e1a5214b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E7=8E=A9=E5=B9=BB=E7=81=B5qwq?= <94176676+HuanLinOTO@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:26:29 +0800 Subject: [PATCH] Update README_zh_CN.md fix: chinese spelling errors --- README_zh_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index 7e194b6..09cbb18 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -396,7 +396,7 @@ python train_index.py -c configs/config.json 模型的输出会在`logs/44k/feature_and_index.pkl` + 推理过程: - + 需要首先制定`--feature_retrieval`,此时聚类方案会自动切换到特征检索方案 + + 需要首先指定`--feature_retrieval`,此时聚类方案会自动切换到特征检索方案 + `inference_main.py`中指定`cluster_model_path` 为模型输出文件 + `inference_main.py`中指定`cluster_infer_ratio`,`0`为完全不使用特征检索,`1`为只使用特征检索,通常设置`0.5`即可