keras-resnet3d
keras-resnet3d copied to clipboard
Input shape
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
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.