We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da084bc commit 137d2cbCopy full SHA for 137d2cb
doc/getstarted/build_and_install/ubuntu_install_cn.rst
@@ -46,7 +46,6 @@ PaddlePaddle提供了ubuntu 14.04 deb安装包。
46
with_double: OFF
47
with_python: ON
48
with_rdma: OFF
49
- with_metric_learning:
50
with_timer: OFF
51
with_predict_sdk:
52
paddle/scripts/submit_local.sh.in
@@ -21,7 +21,6 @@ function version(){
21
echo " with_double: @WITH_DOUBLE@"
22
echo " with_python: @WITH_PYTHON@"
23
echo " with_rdma: @WITH_RDMA@"
24
- echo " with_metric_learning: @WITH_METRIC@"
25
echo " with_timer: @WITH_TIMER@"
26
echo " with_predict_sdk: @WITH_PREDICT_SDK@"
27
}
0 commit comments