问题描述:在运行mask rcnn是遇到AttributeError: module ‘tensorflow’ has no attribute ‘random_shuffle’ 原因分析: tensorflow版本问题 解决方案: 将tf.random_shuffle()更改为tf.random.shuffle()