提交 b97c47ea 编写于 作者: F feilong

修正格式错误

上级 d11cee2e
...@@ -69,7 +69,9 @@ confidence = out[classId] ...@@ -69,7 +69,9 @@ confidence = out[classId]
``` ```
## 输出理解错误 ## 选项
### 输出理解错误
```python ```python
# output probability, find the right index # output probability, find the right index
...@@ -78,7 +80,7 @@ confidence = out[1] ...@@ -78,7 +80,7 @@ confidence = out[1]
``` ```
## 输出维度理解错误 ### 输出维度理解错误
```python ```python
# output probability, find the right index # output probability, find the right index
...@@ -87,7 +89,7 @@ confidence = out[classId] ...@@ -87,7 +89,7 @@ confidence = out[classId]
``` ```
## 输出理解错误2 ### 输出理解错误2
```python ```python
# output probability, find the right index # output probability, find the right index
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册