stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

Port automatic augmentation probability from lightweight gan.

Open tannisroot opened this issue 3 years ago • 4 comments

A very handy feature, would be lovely to have it in this version as well :D

tannisroot avatar Jan 02 '21 06:01 tannisroot

@tannisroot ok done! https://github.com/lucidrains/stylegan2-pytorch/releases/tag/1.5.10

lucidrains avatar Jan 03 '21 03:01 lucidrains

Thanks!

tannisroot avatar Jan 03 '21 03:01 tannisroot

Nitpicking here, but I've noticed that it doesn't report that it enabled augmentation like lightweight gan does. A very small feature but give you piece of mind that the feature actually works.

tannisroot avatar Jan 05 '21 08:01 tannisroot

@tannisroot oh that's weird, it should be at this line https://github.com/lucidrains/stylegan2-pytorch/blob/master/stylegan2_pytorch/stylegan2_pytorch.py#L869

lucidrains avatar Jan 05 '21 19:01 lucidrains