-
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
paddle多cpu训练与预测问题 #19354
Comments
第一个问题: 不是增量训练的问题,是因为batch size小于线程并发数, 参考官网文档关于CPU_NUM的说明 第二个问题:看上去是由于版本不兼容导致的,可以用新版本生成__model__文件试一下。 |
第二个问题是这样的: 用的1.5版本生成了__model__文件,用1.2的C++版本预测的。没太懂这个新版本生成__model__文件指的是? |
用1.5版本生成的__model__用1.2预测可能会导致不兼容的问题, 可以使用1.5版本预测。 |
C++咱们这边有对应的pb32版本的1.5版本么 |
已经有提供的安装包了,可以参考安装与编译C++预测库-使用文档 |
Since you haven't replied for more than a year, we have closed this issue/pr. |
之前用的paddle1.2版本进行的训练,但是速度太慢,故改成多cpu的训练方式,由于paddle1.2调用多cpu的时候报错,具体错误为:
故改成paddle1.5进行训练
这样又遇到一个问题,预测的代码是C++ paddle1.2.0_pb32版本的 load模型的时候会报core,堆栈信息如下:
辛苦看下如何解决这个问题。更换训练维paddle1.2的多cpu训练接口?还是更换预测库的维paddle1.5_pb32的呢?
The text was updated successfully, but these errors were encountered: