使用TensorFlow2.0导入from tensorflow.keras import layers会出现Cannot find reference 'keras' in __init__.py提示

这虽然不影响程序的运行,但是会导致程序没有提示,并且没有办法点击进入源码,可以通过导入from tensorflow.python.keras import layers来解决这个问题

TensorFlow2.0提示Cannot find reference 'keras' in __init__.py