View source: R/cycleGAN_models.R
convT_norm_relu | R Documentation |
ConvT_norm_relu
convT_norm_relu(ch_in, ch_out, norm_layer, ks = 3, stride = 2, bias = TRUE)
ch_in |
input |
ch_out |
output |
norm_layer |
normalziation layer |
ks |
kernel size |
stride |
stride size |
bias |
bias true or not |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.