InpaintingDeepFillModel | R Documentation |
Original generative adverserial network (GAN) model from the paper:
https://arxiv.org/abs/1801.07892
and ported from the (TensorFlow) implementation:
https://github.com/JiahuiYu/generative_inpainting
$initialize
instantiates a new class and builds the
generator and discriminator.
$buildGenerator
build generator.
$buildGenerator
build discriminator.
Tustison NJ
x = InpaintingDeepFillModel$new(c( 28, 28, 1 ))
## Not run:
x$buildNetwork()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.