Module conv
Expand description
Module with convolution operations.
Functions§
- calculate_
conv_ output_ size - Calculate the expected output size when doing a convolution operation.
- calculate_
conv_ output_ sizes - Calculate the expected output sizes when doing a convolution operation.
- calculate_
conv_ padding - Calculate the expected padding size required when applying a convolution.
- calculate_
conv_ transpose_ output_ size - Calculate the expected output size when doing a transposed convolution operation.
- calculate_
pool_ output_ size - Calculate the expected output size when doing a pooling operation.