basic_generator | R Documentation |
A basic generator from 'in_sz' to images 'n_channels' x 'out_size' x 'out_size'.
basic_generator(out_size, n_channels, ...)
out_size |
out_size |
n_channels |
n_channels |
... |
additional params to pass |
generator object
## Not run:
generator = basic_generator(out_size = 64, n_channels = 3, n_extra_layers = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.