| basic_critic | R Documentation | 
A basic critic for images 'n_channels' x 'in_size' x 'in_size'.
basic_critic(in_size, n_channels, ...)
| in_size | input size | 
| n_channels | The number of channels | 
| ... | additional parameters to pass | 
None
## Not run: 
critic    = basic_critic(in_size = 64, n_channels = 3, n_extra_layers = 1,
                        act_cls = partial(nn()$LeakyReLU, negative_slope = 0.2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.