我想使用conv3d在同一CNN结构中同时输入8张图像。我的CNN模型如下: def build(sample, frame, height, width, channels, classes): model = Sequential() inputShape ...
確定! 回上一頁