Skip to content

IDDM v1.1.5

Latest
Compare
Choose a tag to compare
@chairc chairc released this 31 May 09:07
· 2 commits to main since this release
5e4f669

What's Changed

  • FID calculator used for evaluating generated images. by @egoist945402376 in #64
  • Update: Add Pytorch_fid in requirements.txt by @EdwardTj in #65
  • Update: Refactor train.py format. by @chairc in #66
  • Separate get dataset methods into data files; Add initialization operation. by @chairc in #67
  • Update: Modify repository structure, parameter explanation and citation. by @chairc in #68
  • Add: Add better FID calculator to verify image quality. by @chairc in #69
  • Update: Modify the citation link. by @chairc in #70
  • Add: Add Evaluation in README. by @chairc in #71
  • Update: Modify type description error in README. by @chairc in #72

New Contributors

Weights

Note: The weight include model, ema_model and optimizer.

  • celebahq-120-weight.pt: Trained on a dataset of 30,000 people face, and image size is 120
  • animate-ganyu-120-weight.pt: Trained on a dataset of 500 animate ganyu face, and image size is 120
  • neu-120-weight.pt: Trained on a dataset of 1,800 defect, and image size is 120
  • cifar-64-weight.pt: Trained on a dataset of 60,000 images, and image size is 64
  • animate-face-64-weight.pt: Trained on a dataset of 63,565 animate face, and image size is 64

Full Changelog: v1.1.4...v1.1.5