__version__)tf.get_logger().setLevel(logging.ERROR)
from keras.modelsimport Sequential image = np.arrayimage.reshape(1, 4, 4, 1)
# define model containing just a single average
我正在尝试用输入dim 2499训练一个模型activation = ["relu", "relu", "sigmoid"]model = tf.keras.Sequential()
# we add the first layer and the input layer to our networkmodel.add(Dense(layers[1], input_shape=(