Skip to content

Commit

Permalink
fix: doc style (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganler committed Jun 30, 2021
1 parent a90d286 commit b54e0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/quick_start/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ python export_pb.py --model_name=MyLightweightOpenpose --model_type=LightweightO

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

## Step 2: convert the frozen ProtoBuf format model into ONNX format
### Step 2: convert the frozen ProtoBuf format model into ONNX format

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

0 comments on commit b54e0c6

Please sign in to comment.