Update README_zh_CN.md

fix: chinese spelling errors
This commit is contained in:
多玩幻灵qwq 2023-06-27 00:26:29 +08:00 committed by GitHub
parent 50a089813a
commit caa3033ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`即可