使用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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2022-12-23
  • 2021-04-30
  • 2021-11-24
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2021-06-12
  • 2021-12-12
  • 2021-04-25
  • 2022-12-23
  • 2021-10-22
相关资源
相似解决方案