使用TensorBoard 报错解决:AttributeError: 'Sequential' object has no attribute '_get_distribution_strategy'
本机环境: TensorFlow2.0 Ubuntu18.04 Python3.6 错误描述: AttributeError: ‘Sequential’ object has no attrib
7月前580
本机环境: TensorFlow2.0 Ubuntu18.04 Python3.6 错误描述: AttributeError: ‘Sequential’ object has no attrib
学习kears使用tensorboard时报错Sequential object has no attribute _get_distribution_strategy。查询github后发现是keras与tensorflow兼容出了问题解
