mv sampcd_processor.py to tools/ (#20761)

* mv sampcd_processor.py to tools

test=develop test=document_fix

* update example script

test=develop test=document_fix
yaoxuefeng
Tao Luo 6 years ago committed by GitHub
parent 37cd43545a
commit 2f5f19dfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1011,6 +1011,7 @@ function build_document_preview() {
function example() {
pip install ${PADDLE_ROOT}/build/python/dist/*.whl
paddle version
cp ${PADDLE_ROOT}/tools/sampcd_processor.py ${PADDLE_ROOT}/python/paddle/fluid
cd ${PADDLE_ROOT}/python/paddle/fluid
python sampcd_processor.py cpu
if [ "$?" != "0" ];then

Loading…
Cancel
Save