Open
Description
The following functions and modules need to be implemented:
- Basic Convolutions: No strides, No pooling
- Strided Convolutions without pooling
- Strided Convolutions with pooling
Merging Strided Convolutions with pooling could potentially allow call wrap and unwrap to be only called once instead of twice.