Conv3D ( 2, 3, activation='relu', input_shape=input_shape[1:])(x) print(y.shape) (4, 26, 26, 26, 2) # With extended batch shape [4, 7], e.g. a batch of 4 ...
確定! 回上一頁