瀏覽代碼

[Docs] Fix typo

Bobholamovic 2 年之前
父節點
當前提交
00027724aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/apis/infer.md

+ 1 - 1
docs/apis/infer.md

@@ -51,7 +51,7 @@ def predict(self, img_file, transforms=None):
 若`img_file`是一个字符串或NumPy数组,则返回对象为包含下列键值对的字典:
 
 ```
-{"label_map": 输出类别标签,
+{"class_ids_map": 输出类别标签,
  "scores_map": 输出类别概率,
  "label_names_map": 输出类别名称}
 ```