Skip to content
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

paddle local运行 #1358

Closed
wuhabi opened this issue Feb 17, 2017 · 2 comments
Closed

paddle local运行 #1358

wuhabi opened this issue Feb 17, 2017 · 2 comments
Labels

Comments

@wuhabi
Copy link

wuhabi commented Feb 17, 2017

按照http://deeplearning.baidu.com/doc/local_binary.html 的说明进行了单机二进制安装。试图跑一个最简单的程序,于是将 https://github.com/PaddlePaddle/Paddle/tree/develop/demo/ 中的introduction目录下载下来,运行命令sh train.sh,得到如下错误:/home/users/wuhaibing/paddle/output/bin/paddle_local: line 81: 18521 Illegal instruction (core dumped) ${DEBUGGER} $MYDIR/../opt/paddle/bin/paddle_trainer ${@:2}

@gangliao
Copy link
Contributor

这个原因可能是因为 提供的二进制需要本机支持AVX指令。而你的机器上不支持AVX指令。

解决方案:使用icode里面的baidu/gangliao/paddle_internal_release_tools 一键编译脚本

@wuhabi

@Yancey1989
Copy link
Contributor

现在可以使用Paddle的Docker image: paddlepaddle/paddle:0.10.0rc3-noavx, 先关闭这个issue,如果有问题再开发吧:)

zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this issue Sep 25, 2019
* add param_attr example

* move example

* refine code emxpale
lizexu123 pushed a commit to lizexu123/Paddle that referenced this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants