You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add supports for six new models, including an open-domain dialogue system(plato-mini), two high-precision semantic segmentation models based on VOC dataset and three voice classification models.
Enforce the transfer learning capabilities for image semantic segmentation, text semantic matching and voice classification on related datasets.
[ 2. Upgrades of deployment capabilities]
Add the export function APIs for two kinds of model formats, i.,e, ONNX and PaddleInference.
Important Open-Source Ecological Cooperation: add the support for BentoML, which is a cloud native framework for serving deployment. Users can easily serve pre-trained models from PaddleHub by following the [Tutorial notebooks](https:// github.com/PaddlePaddle/PaddleHub/tree/release/v2.1/demo/serving/BentoML). Also, see this announcement and Release note from BentoML. (Many thanks to @parano @cqvu @deehrlic for contributing this feature in PaddleHub)
[ 3. Bug fixes ]
#7da1230 Fixed the problem that the model cannot resume training if metrics is not recorded.
#b0b3144 Fixed the problem that the thread did not exit normally when the evaluation process was abnormal.