FixedGANSwitcher: Fixed GAN Switcher

View source: R/GAN.R

FixedGANSwitcherR Documentation

Fixed GAN Switcher

Description

Switcher to do 'n_crit' iterations of the critic then 'n_gen' iterations of the generator.

Usage

FixedGANSwitcher(n_crit = 1, n_gen = 1)

Arguments

n_crit

number of discriminator

n_gen

number of generator

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.