AttributeError: module ‘paddle‘ has no attribute ‘batch‘ 解决办法

872 阅读1分钟

AttributeError: module 'paddle' has no attribute 'batch' 解决办法

问题:AttributeError: module 'paddle' has no attribute 'batch' 解决办法:

  • 卸载padle:
pip uninstall paddlepaddle
  • 重新安装:
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple

参考链接:www.jianshu.com/p/54f3a02e3…