Skip to content

Commit b54e0c6

Browse files
authored
fix: doc style (#375)
1 parent a90d286 commit b54e0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/quick_start/training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ python export_pb.py --model_name=MyLightweightOpenpose --model_type=LightweightO
131131

132132
Then the ProtoBuf model will be stored at `./save_dir/${MODEL_NAME}/frozen_${MODEL_NAME}.pb`.
133133

134-
## Step 2: convert the frozen ProtoBuf format model into ONNX format
134+
### Step 2: convert the frozen ProtoBuf format model into ONNX format
135135

136136
:::{note}
137137
Make sure you have installed the extra dependencies for exporting models according to [training installation](../install/training.md).

0 commit comments

Comments
 (0)