Skip to content

Commit

Permalink
Merge pull request #22 from monkeyking/patch-2
Browse files Browse the repository at this point in the history
Fix readme: X2bolt and benchmark navigating links
  • Loading branch information
fengChenHPC authored Dec 23, 2020
2 parents 6af0b64 + 6124546 commit 5c70e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Bolt is a light-weight library for deep learning. Bolt, as a universal deploymen

Generally, there are two steps to get started with bolt. It's quiet easy for users to quickly running bolt.

1. Conversion: use **[X2bolt](../model_tools/tools/X2bolt/X2bolt.cpp)** to convert your model from caffe,onnx,tflite or tensorflow to .bolt;
1. Conversion: use **[X2bolt](model_tools/tools/X2bolt/X2bolt.cpp)** to convert your model from caffe,onnx,tflite or tensorflow to .bolt;

2. Inference: run **[benchmark](../inference/examples/benchmark/benchmark.cpp)** with .bolt and data to get the inference result.
2. Inference: run **[benchmark](inference/examples/benchmark/benchmark.cpp)** with .bolt and data to get the inference result.

For more details about the usage of [**X2bolt**](model_tools/tools/X2bolt/X2bolt.cpp) and [**benchmark**](inference/examples/benchmark/benchmark.cpp) tools, see [docs/USER_HANDBOOK.md](docs/USER_HANDBOOK.md).

Expand Down

0 comments on commit 5c70e0a

Please sign in to comment.