训练的时候,CPU NUM如何设置?
收藏
训练的时候,出现如下提示:The CPU_NUM is not specified, you should set CPU_NUM in the environment variable list.
应该怎么解决呢?
0
收藏
请登录后评论
似乎用setenv可以
能说具体点吗?我是小白
windows 是不是 set CPU_NUM=多少
同问
import paddle
import paddle.static as static
paddle.enable_static()
cpu_places = static.cpu_places()