There was an error while loading. Please reload this page.
1 parent a90d286 commit b54e0c6Copy full SHA for b54e0c6
docs/markdown/quick_start/training.md
@@ -131,7 +131,7 @@ python export_pb.py --model_name=MyLightweightOpenpose --model_type=LightweightO
131
132
Then the ProtoBuf model will be stored at `./save_dir/${MODEL_NAME}/frozen_${MODEL_NAME}.pb`.
133
134
-## Step 2: convert the frozen ProtoBuf format model into ONNX format
+### Step 2: convert the frozen ProtoBuf format model into ONNX format
135
136
:::{note}
137
Make sure you have installed the extra dependencies for exporting models according to [training installation](../install/training.md).
0 commit comments