View source: R/cycleGAN_models.R
discriminator | R Documentation |
Discriminator
discriminator(
ch_in,
n_ftrs = 64,
n_layers = 3,
norm_layer = NULL,
sigmoid = FALSE
)
ch_in |
input |
n_ftrs |
number of filters |
n_layers |
number of layers |
norm_layer |
normalization layer |
sigmoid |
apply sigmoid function or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.