AdaptiveConcatPool2d {fastai} | R Documentation |
AdaptiveConcatPool2d
Description
Layer that concats 'AdaptiveAvgPool2d' and 'AdaptiveMaxPool2d'
Usage
AdaptiveConcatPool2d(size = NULL)
Arguments
size |
output size |
Value
None
[Package fastai version 2.2.2 Index]