We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb6caf commit 75aa4f5Copy full SHA for 75aa4f5
docs/model_export.md
@@ -1,6 +1,6 @@
1
# 模型导出
2
3
-通过训练得到一个满足要求的模型后,如果想要将该模型接入到C++预测库或者Serving服务,我们需要通过`pdseg/export_model.py`来导出该模型。
+通过训练得到一个满足要求的模型后,如果想要将该模型接入到C++预测库或者Serving服务,我们需要通过[`pdseg/export_model.py`](../../pdseg/export_model.py)来导出该模型。
4
5
该脚本的使用方法和`train.py/eval.py/vis.py`完全一样。
6
0 commit comments