现在paddle在inference的时候,有一个问题 https://github.com/PaddlePaddle/Paddle/issues/4040 。 我给出的解决方法在这里https://github.com/PaddlePaddle/Paddle/issues/4040#issuecomment-328802192 就是把trainer_count设置为1。 我也遇到了数个其他用户的反馈同样的问题,比如https://github.com/PaddlePaddle/Paddle/issues/4227 ;paddle book中的样例,在inference的时候,trainer_count貌似也不能设置大于1的。