Skip to content

Synthcity v0.2.1 Release Notes

Compare
Choose a tag to compare
@bcebere bcebere released this 27 Feb 07:51
· 91 commits to main since this release
9a2ac98

Changelog:

Image support Description

  • Add image dataloader, with the ability to resize the images internally to predefined shapes.
  • Extend the core plugin for non-tabular inputs
  • Add ConvNet classifier support, with some predefined architectures.
  • Add Generator and Discriminators with predefined architectures for various image input sizes.
  • Add Image GAN support on top of the Generators and Discriminators.
  • Add Conditional GAN support for the Generators and Discriminators
  • New metrics: FID score
  • Adapt the detection and performance metrics for images
  • Add Image Conditional GAN plugin
  • Add Image AdsGAN plugin
  • Add tutorial on top of MedMNIST
  • Update docs and README