PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
22.24k stars 5.59k forks source link

Semantic Role Labeling Demo only provide v2 trainer, but not provide model inference code. #1788

Closed reyoung closed 7 years ago

reyoung commented 7 years ago

Related issue #1785.

The paddle srl demo only provide v2 API trainer, which is api_train_v2.py. The predict.py is not related to this trainer, and the train.sh, data cannot be used due to missing files.

lcy-seso commented 7 years ago

qingqing has fixed this in this pr. I will merge it into demo later.

sanjaymeena commented 7 years ago

Hi, i tried the latest build . Seems the fixes has not been updated yet. Please help to make the inference script run. Many thanks!