Semantic Role Labeling Demo only provide v2 trainer, but not provide model inference code.
Created by: reyoung
Related issue #1785 (closed).
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.