Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gan_loss_from_func

GAN loss from function


Description

Define loss functions for a GAN from 'loss_gen' and 'loss_crit'.

Usage

gan_loss_from_func(loss_gen, loss_crit, weights_gen = NULL)

Arguments

loss_gen

generator loss

loss_crit

discriminator loss

weights_gen

weight generator

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.