Input(shape=(28, 28, 1)) # Encoder layer = Conv2D(32, (3, 3), activation="relu", padding="same")(in_shape) layer = MaxPooling2D((2, 2), ...
確定! 回上一頁