Skip to content

Latest commit

 

History

History
56 lines (28 loc) · 958 Bytes

File metadata and controls

56 lines (28 loc) · 958 Bytes

Examples

Each example has 3 actions:

  • train

    trains a new example

  • sample

    samples from a trained example

  • search

    randomly searches for a configuration and outputs JSON / metrics

2d distribution

Trains a generator to output 2d points (pixels) matching a known distribution.

Search: 2d-distance measure from generator batch to known distribution

Colorizer

Colorizer feeds a black and white version of the input into the generator.

State: working

Search: Distance from black and white image to black and white version of generated output

Alignment

Align images and black and white versions of those images.

State: working

Search: Distance from Gab(Xa),black_and_white(Xa)

Autoencode

Reconstruct input images using AutoencoderGAN

State: working

Search: Reconstruction cost

Static

Memorize X and Z values then test against them.

State: working

Search: Reconstruction