使用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
AttributeError: ‘Model’ object has no attribute ‘_get_distribution_strategy’错误显示:修改方法:在tensorflo
先给出笔者的tensorflow和keras版本如题,笔者在用别人的代码的时候出现了’Model’object has no attribute '_get_distribution_strategy’的错误,百度半天也没有找
