class DisBiGan[source]

DisBiGan(args) :: Module

The redefined Discriminator for Bigan: Contains the classic discriminator and concatenates the input with the hiddem dimension

class BiGAN[source]

BiGAN(device, args) :: AbsModel

The Bidirectional Generative adversarial network based on https://arxiv.org/abs/1605.09782 extension based on: https://arxiv.org/abs/1907.02544

args.model_type = "bigan"
args.dim = 3
args = compat_args(args)
test_one_batch(args)
Model-Type: bigan
args.model_type = "bigan"
args.dim = 2
args = compat_args(args)
test_one_batch(args)
Model-Type: bigan