Skip to content

Releases: tsurumeso/waifu2x-chainer

v1.3.1

20 Mar 04:17
Compare
Choose a tag to compare
  • Hotfix for a bug in reconstruction process

v1.3.0

14 Mar 23:57
Compare
Choose a tag to compare

New features

  • Add VGG_7l Y-only models
  • Add dataset export function
  • Add downsampling_filters, model_dir and seed options
  • Add support for color augmentation
  • Add support for UpConv models
  • Add UpConv7 RGB models

Bug fixes

  • Fix deadlock in DatasetSampler
  • Fix a bug when block_size < offset
  • Hotfix for a bug when scale_factor > 2
  • Fix a bug of DatasetSampler at the final epoch
  • Modify UpConv architectures

Improvements

  • Change default params
  • Rename architectures
  • Remove the test option in training
  • Improve JPEG noise emulator
  • Reduce memory usage of DatasetSampler
  • Update VGG7 models
  • Remove ResNet10 models
  • Simplify options for compat

v1.2.0

12 Feb 07:28
Compare
Choose a tag to compare

New features

  • Add support for Test-Time Augmentation
  • Add tta_level and scale_factor options
  • Add support for directory input

Bug fixes

  • Fix memory leak in training

Improvements

  • Sampling dataset run in background

v1.1.0

02 Feb 19:26
Compare
Choose a tag to compare

New features

  • Add support for ICC profile to retain original color space

Improvements

  • Python3 compat
  • Make it easy to select an architecture

v1.0.1

05 Jan 17:22
Compare
Choose a tag to compare
  • Hotfix for a bug in reconstruction process

v1.0.0

03 Jan 15:20
Compare
Choose a tag to compare

Initial release

  • This is initial release