Skip to content

Releases: w86763777/pytorch-image-generation-metrics

Improve progress bar for notebook

09 Nov 15:56
Compare
Choose a tag to compare
Pre-release
  1. use tqdm.auto instead of tqdm
  2. use argument name instead of positional parameter for calc_fid_stats
  3. update version

Compatiable with torchvision==0.13.1

07 Sep 12:18
Compare
Choose a tag to compare
Pre-release
  • Support torchvision==0.13.1.
  • Improve documents.
  • Make unittest self contained.
  • Add wheel to release

Compatiable with torchvision==0.11.1

19 Nov 01:35
Compare
Choose a tag to compare
Pre-release
  1. Fix type hint
  2. Fix import error of load_state_dict_from_url
  3. Add --use_torch to cli tool pytorch_gan_metrics/calc_metrics.py
  4. Update reproducing table in readme

Bug fix

10 Jul 16:32
Compare
Choose a tag to compare
Bug fix Pre-release
Pre-release
  1. utils.py somehow disappeared on pypi
  2. change torch version to >=1.8.1

Bug fix

09 Jul 09:01
Compare
Choose a tag to compare
Bug fix Pre-release
Pre-release
  • Fix CUDA is reinitialized in subprocess when multiprocess is used for distributed training.
  • Add argument device with default value torch.device('cuda:0') to core.get_inception_feature which can be assigned by **kwargs for all utility functions utils.*.

v0.2.0

24 Jun 10:25
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
fix bus and improve README

v0.1.0

24 Jun 05:07
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is a pre-release for personal research usage. If you think this is helpful for your research too, please feel free to send issues.