Closed reyoung closed 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.
api_train_v2.py
predict.py
train.sh
data
qingqing has fixed this in this pr. I will merge it into demo later.
Hi, i tried the latest build . Seems the fixes has not been updated yet. Please help to make the inference script run. Many thanks!
Related issue #1785.
The paddle srl demo only provide v2 API trainer, which is
api_train_v2.py
. Thepredict.py
is not related to this trainer, and thetrain.sh
,data
cannot be used due to missing files.