rosinality / alias-free-gan-pytorch

Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch
Other
507 stars 43 forks source link

Optimize VRAM usage during training #17

Closed Skylion007 closed 3 years ago

Skylion007 commented 3 years ago

This PR reduces the VRAM usage of the training loop: fixes #16

rosinality commented 3 years ago

Thank you, I'll merge this.