model.add(tf.layers.flatten()); A flatten layer “squashes” a ... In our case, the 3D tensor of shape [3, 3, 32] is flattened into a 1D tensor [288] (without ...
確定! 回上一頁