Skip to content

Releases: curegit/precure-stylegan-ada

v1.0 RC4

09 Mar 02:24
90efda2
Compare
Choose a tag to compare
v1.0 RC4 Pre-release
Pre-release
  • Add --local option
  • Add requirements.txt
  • Update README
  • Fix Pillow specification

v1.0 RC3

01 Mar 15:55
Compare
Choose a tag to compare
v1.0 RC3 Pre-release
Pre-release

Changes

  • Optimize memory usage
  • Update README

Tasks for v1.0

  • Update README
    • Command line examples
    • More examples

v1.0 RC2

21 Feb 23:47
Compare
Choose a tag to compare
v1.0 RC2 Pre-release
Pre-release

Fixes

  • Fix deprecation
  • Fix scripts' permission
  • Fix code style

Tasks for v1.0

  • Update README
    • Command line examples
    • More examples

v1.0 RC1

12 Feb 15:52
Compare
Choose a tag to compare
v1.0 RC1 Pre-release
Pre-release

Changes

  • Implement transfer learning
  • Implement freezing (for fine-tuning)
  • Implement the mode seeking regularization
  • Simplify the style-mixing script

Fixes

  • Fix Lanczos resize
  • Fix wrong SIGINT code
  • Fix some minor bugs

Tasks for v1.0

  • Update README
    • Command line examples
    • More examples

v0.9

14 Sep 08:17
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

Changes

  • Add a new script for style-mixed generation
  • Add a new script for style-interpolated generation
  • Add a new script to create analogy animations
  • Make noise injection controllable
  • Make console messages more gentle
  • Fix truncation trick for conditional models
  • Fix some minor bugs

Tasks for v1.0

  • Update README
    • Command line examples
    • More examples
  • Implement the mode seeking regularization
  • Enable transfer learning

v0.8

13 Mar 14:34
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release
  • Support conditioanal models
  • Enable the gradient accumulation
  • More friendly console messages
  • More augmentation methods
    • color transformation
    • image-space filtering
  • Update CLI
  • Add show.py

v0.7

16 Feb 06:47
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release
  • Implement ADA
  • Fix path length regularization
  • Bicubic upsampling
  • Embed model parameters in snapshots

v0.6

11 Apr 11:44
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • Path length regularization
  • Moving average of generator weights
  • Fix mini-batch stddev
  • Better hyper-parameter defaults
  • Fix compatibility for Windows
  • Easy files

v0.5

09 Feb 12:19
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • Minimal StyleGAN 2.0 configuration