Skip to content

Commit c0e2e55

Browse files
committed
homepage readme
1 parent e5fbd41 commit c0e2e55

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # 静态图训
132132
* [自定义Reader](doc/custom_reader.md)
133133
* [自定义模型](doc/model_develop.md)
134134
* [yaml配置说明](doc/yaml.md)
135+
* [训练可视化](doc/visualization.md)
136+
* [在线Serving部署](doc/serving.md)
137+
* [python端预测库推理](doc/inference.md)
135138
* [Benchmark](doc/benchmark.md)
136139

137140
### FAQ

README_EN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # Training wit
126126
* [Custom Reader](doc/custom_reader.md)
127127
* [Custom Model](doc/model_develop.md)
128128
* [Configuration description of yaml](doc/yaml.md)
129+
* [Training visualization](doc/visualization.md)
130+
* [Serving](doc/serving.md)
131+
* [Python inference](doc/inference.md)
129132
* [Benchmark](doc/benchmark.md)
130133

131134
### FAQ

0 commit comments

Comments
 (0)