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
问题:AttributeError: module 'paddle' has no attribute 'batch' 解决办法:
pip uninstall paddlepaddle
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple