在tf.keras.layers.Conv3D中的input_shape 应该怎么输入

处理视频时,每个视频由37帧组成,每个图像的尺寸为 1001003,所有数据集的形状为
【nums_of_videos,37,100,100,3】
如果想要将这些数据通过tf.keras.layers.Conv3D()
input_shape应该是什么?

【100,100,37,3】

来源:
https://datascience.stackexchange.com/questions/90910/what-will-be-the-input-shape-of-tf-keras-layers-conv3d-be-for-these-inputs

你可能感兴趣的:(graduate,python,tensorflow,keras)