我想在import keras完成后pip install keras,但它显示如下所示的消息。我什至无法从 keras 库中调用任何函数。有谁知道这个吗?
import keras
Run Code Online (Sandbox Code Playgroud)
错误:
AttributeError: module 'tensorflow.compat.v2.__internal__' has no attribute 'register_clear_session_function'
Run Code Online (Sandbox Code Playgroud)