SpadeResBlock

class torchelie.nn.SpadeResBlock(in_channels: int, out_channels: int, cond_channels: int, hidden: int, stride: int = 1)

A Spade ResBlock from Semantic Image Synthesis with Spatially-Adaptive Normalization

https://arxiv.org/abs/1903.07291

branch: torchelie.nn.condseq.CondSeq
shortcut: torchelie.nn.condseq.CondSeq
training: bool