我使用的是tensorflow版本2.0.0-beta1。在调用它给了我一个错误。module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'inputs'tf.estimator.inputsmodule '<e
当我尝试使用TensorFlow2.1导入tensorflow_addons时,我看到以下错误 > import tensorflow_addons as tfa
AttributeError: module'tensorflow_core._api.v2.random' has no attribute 'Generator'
from tensorflow.keras.models import Sequentialfrom keras.layers.core import Activation, Flatten, Dropout, Dense
from tensorflow.keras我得到了这个错误: No module named 'module