Skip to content

Commit 226f0a2

Browse files
committed
change doc
1 parent 6a83e89 commit 226f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/serving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ python ../../../tools/webserver.py gpu 9393
102102
# CPU
103103
python ../../../tools/webserver.py cpu 9393
104104
```
105-
## 调整reader
105+
### 调整reader
106106
我们在服务端底层使用Inference预测库预测。和直接使用Inference预测库一样,需要在reader中将输入和输出做出对应的调整。比如我们保存的模型为wide_deep模型的组网中。输入为26个离散特征组成的list以及1个连续特征,输出为prediction预测值。
107107
将criteo_reader.py输入数据中的label部分去除:
108108
```python

0 commit comments

Comments
 (0)