PoolFlatten {fastai} | R Documentation |
PoolFlatten
Description
Combine 'nn.AdaptiveAvgPool2d' and 'Flatten'.
Usage
PoolFlatten(pool_type = "Avg")
Arguments
pool_type |
pooling type |
Value
None
[Package fastai version 2.2.2 Index]
PoolFlatten {fastai} | R Documentation |
Combine 'nn.AdaptiveAvgPool2d' and 'Flatten'.
PoolFlatten(pool_type = "Avg")
pool_type |
pooling type |
None