- New Features
- Support Paddle v1.8.4
- Support int64 data type
- Add mem_optim and ir_optim api for WebService
- Add preprocess and postprocess api for ocr in paddle_serving_app
- Add docker for cuda10
- Improve of Compatibility
- Release cuda10 version of paddle_serving_server_gpu
- Improve of Framework
- Optimize the error message in http mode
- Reduce GPU server-side graphic memory usage.
- Documents
- Modify "How to optimize performance?","Compile from source code","FAQ(Chinese)"
- New Demo
- yolov4
- ocr
- Bug fixes
- Add version requirements for protobuf to avoid import paddle_serving_client errors caused by low versions, https://github.com/PaddlePaddle/Serving/issues/728
- fix compatibility issues for http mode with python3
- fix ctr_with_cube demo
- fix cpu docker
- fix compatibility issues for BlazeFacePostprocess wiht python3