AttributeError: module ‘tensorflow._api.v1.compat.v2‘ has no attribute ‘__internal__‘ 完美解决

在使用bert4keras时候出现,出现keras问题,首先安装tensorflow 1.15版本,然后出现标题的问题,通过下面步骤,完美解决!

使用keras出现这个问题的原因未知,但是通过这个issue的方案解决了这个问题:

!pip uninstall keras-nightly

!pip install h5py==2.10.0

then

!pip uninstall keras

then

!pip install keras==2.3.1

你可能感兴趣的:(keras,tensorflow,keras错误)