AttributeError: module ‘paddle‘ has no attribute ‘utils‘

AttributeError: module ‘paddle‘ has no attribute ‘utils‘

解决办法:

pip uninstall paddlepaddle 
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple

你可能感兴趣的:(AttributeError: module ‘paddle‘ has no attribute ‘utils‘)