Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 213 Bytes

File metadata and controls

2 lines (2 loc) · 213 Bytes

4D-TensotFlow-Convolution-and-Max-Pooling

A simple implementation of 4D convolution and max pooling using TF's built-in functions tf.nn.conv3 and tf.nn.max_pool3d. The 4D convolution supports parameter sharing.