Skip to main content

Module bottleneck

Module bottleneck 

Source
Expand description

Residual bottleneck block.

Functions§

bottleneck_3x3
conv(c → c, k=3) → conv(c → c, k=3).
bottleneck_std
conv(c → c//2, k=3) → conv(c//2 → c, k=3).