Losses
For losses to be used, custom_loss must be specified for that particular class. Currently there can be a total of four classes, saturation, smoothness, symmetry, and palette. To enable all losses use this syntax: separate loss names by commas, using a big string.
custom_loss="saturation, smoothness, symmetry, palette"Saturation Loss
Saturation Losscustom_loss="saturation"saturation_weight
saturation_weightDefault:
1
Creates a loss based on how colorful the image is, encourages the image to become more colorful.

Smoothness Loss
Smoothness Losscustom_loss="smoothness"smoothness_weight
smoothness_weightDefault:
1

Symmetry Loss
Symmetry Losscustom_loss="symmetry"saturation_weight
saturation_weightDefault:
1

Palette Loss
Palette Losscustom_loss="palette"palette_weight
palette_weightDefault:
1

Last updated