View source: R/cycleGAN_models.R
ResnetBlock | R Documentation |
nn()$Module for the ResNet Block
ResnetBlock(
dim,
pad_mode = "reflection",
norm_layer = NULL,
dropout = 0,
bias = TRUE
)
dim |
dimension |
pad_mode |
padding mode |
norm_layer |
normalization layer |
dropout |
dropout rate |
bias |
bias or not |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.