Closed sanjaymeena closed 7 years ago
Sorry, this is a bug of the docker image paddlepaddle/paddle:0.10.0rc2
. You need to specify PYTHONHOME
to /usr/local
in order to run:
export PYTHONHOME=/usr/local
./train.sh
Fix patch is on the way.
thank you :) this solves my problem. Waiting for the patch.
Hello, in the same demo program there is another problem with predict.sh script . It gives a core dump
build : paddlepaddle/paddle:0.10.0rc2 file : paddle/demo/semantic_role_labeling/predict.sh
It seems we provide a new version training script but do not provide the prediction code at the same time.
Please try to use master branch for stable release. This issue will be fixed soon.
@sanjaymeena please use the latest v0.10.0 and book/label_semantic_roles instead. We will not maintain the demo/semantic_role_labeling
in the future.
Hello all, I am using paddle for the first time. I am using docker image paddlepaddle/paddle:0.10.0rc2 . When i run paddle/demo/semantic_role_labeling/train.sh , it give me following error :
Please help! I can run api_train_v2.py . It does not have code to save model or do predictions yet.