cvjena / cn24

Convolutional (Patch) Networks for Semantic Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create separate implementation for 1x1 convolutional layers.

cabrust opened this issue · comments

1x1 convolutional layers can use a much more simple implementation than arbitrary size convolutional layers. This may also improve performance.