View source: R/vision_models.R
XResNet | R Documentation |
A sequential container.
XResNet(block, expansion, layers, c_in = 3, c_out = 1000, ...)
block |
the blocks to pass to XResNet |
expansion |
argument for inputs and filters |
layers |
the layers to pass to XResNet |
c_in |
number of inputs |
c_out |
number of outputs |
... |
additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.