resizable_stack
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
description: 'layer resizable_stack for configurable component'
---
# resizable_stack layer
`resizable_stack` allows for variable size outputs on the generator. A conv stack is repeated until the output size is reached.
If you specify "segment_softmax" this repeats the pattern:
upsample
normalize(expects style vector named 'w')
conv ...
activation(before last layer)
and ends in:
segment_softmax output_channels
## arguments
* layer type. Defaults to "segment_softmax"