gentelyang
gentelyang
试了一下没有问题,请检查一下环境配置和paddle2.0.0rc1安装路径是否正确。 >>> import paddle >>> paddle.__version__ '2.0.0-rc1' >>> import paddle.distributed.fleet as fleet >>> dist_strategy = fleet.DistributedStrategy() >>> print(dist_strategy) +==============================================================================+ | | | DistributedStrategy Overview | | | +==============================================================================+ | a_sync=True...
去掉https://mirror.baidu.com/pypi/simple,直接python -m pip install paddle-rec
目前k8s collective模式只支持单机多卡,多机多卡训练还在开发中。
请提供下pip安装的paddlepaddle版本和paddlerec版本,如果是paddlerec 0.1.0建议切换到0.1.0分支,使用0.1.0分支代码,使用paddlepaddle1.7.2版本; 如果使用paddlerec 1.8.5建议切换到1.8.5分支,使用paddlepaddle1.8版本。
> Hi, gays, > > I notice that in this file ce_models/resnet50_net_GPU/train.py line 12 > `import commands` > > but I can't find the where to import commands. > ModuleNotFoundError:...