transform module
Full Documentation for hippynn.layers.transform
module.
Click here for a summary page.
Layers that wrap other layers.
- class ResNetWrapper(base_layer, nf_in, nf_middle, nf_out, activation=<built-in function softplus>)[source]
Bases:
Module
Resnet Wrapper Class