-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no execution permission in demo/semantic_role_labeling by default #705
Comments
Thanks for your report. :-) I remember that he shell script will call python script indirectly. Generally, we will prefer to call shell script with |
@backyes I agree with you, but why in other demo such as quick_start, the sh files have x permission. It is not consistent. |
We will try to fix it, thanks. |
Would like to contribute it to help us to make it perfect. :-) |
polish metrics.rst
I use the paddledev/paddle:cpu-devel-latest image, but I found the sh and py files are without x permission in the folder /root/paddle/demo/semantic_role_labeling, It is recommended you add the x permission like other demo such as quick_start/*.sh
commands:
chmod +x *.sh
chmod +x *.py
The text was updated successfully, but these errors were encountered: