Here is my Keras model I'm working on: model = Sequential() model.add(Conv2D(64, kernel_size=(7, 7), strides = 2, padding = 3, input_shape=input_shape)) ...
確定! 回上一頁