AttributeError: module ‘paddle.fluid.layers‘ has no attribute ‘interpolate‘
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
paddlepaddle-gpu-2.2.2版本太高了,许多模块在高版本没有了
解决办法:卸载原来的版本安装对应版本
卸载paddlepaddle-gpu-2.2.2,打开飞桨的终端,在里面执行下面的命令
python -m pip uninstall paddlepaddle-gpu
安装其它旧版本
python -m pip install paddlepaddle-gpu==1.8.4.post107 -f https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html
安装其它版本只需要将命令里的1.8.4替换即可,post107也需要替换相对应的
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)