gan_critic | R Documentation |
Critic to train a 'GAN'.
gan_critic(n_channels = 3, nf = 128, n_blocks = 3, p = 0.15)
n_channels |
number of channels |
nf |
number of features |
n_blocks |
number of blocks |
p |
probability |
GAN object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.