keras-resnet3d icon indicating copy to clipboard operation
keras-resnet3d copied to clipboard

Input shape

Open CuongNguyen218 opened this issue 5 years ago • 1 comments

I want to take input shape like [32,4,256,128,3] as Batch_size x Time x H x W x C, what is the order of dim1,dim2,dim3,... at the input shape

CuongNguyen218 avatar Jul 17 '19 15:07 CuongNguyen218

Hi @CuongNguyen218, it uses 3D convolution internally. It doesn't matter much in what order your input shape is int, as long as it matches the order of your convolution kernel shape.

JihongJu avatar Sep 28 '19 09:09 JihongJu