问题原因

tensorflow2以上的版本没有contrib属性

解决方案

安装tensorflow1的版本

pip install tensorflow==1.14

相关文章: