File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments