Cycle generative adverserial network from the paper:
https://arxiv.org/pdf/1703.10593
and ported from the Keras (python) implementation:
https://github.com/eriklindernoren/Keras-GAN/blob/master/cyclegan/cyclegan.py
$initialize
instantiates a new class and builds the
generator and discriminator.
$buildGenerator
build generator.
$buildGenerator
build discriminator.
Tustison NJ
#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not exist#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not existganModel$buildGenerator()#> Error in eval(expr, envir, enclos): object 'ganModel' not found