SEResNeXtBlock | R Documentation |
SEResNeXtBlock
SEResNeXtBlock(
expansion,
ni,
nf,
groups = 32,
reduction = 16,
stride = 1,
base_width = 4
)
expansion |
decoder |
ni |
number of linear inputs |
nf |
number of features |
groups |
groups number |
reduction |
reduction number |
stride |
stride number |
base_width |
int, base width |
Block object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.