GANTransferLimitedData icon indicating copy to clipboard operation
GANTransferLimitedData copied to clipboard

This is a pytorch implementation of the paper "On Leveraging Pretrained GANs for Limited-Data Generation".

Results 2 GANTransferLimitedData issues
Sort by recently updated
recently updated
newest added

Hello, thanks for your great work! Is there a straightforward way to load a trained model just for generating images? Thanks in advance.

Hi, Minor issue but seems like the lr scheduler step should be called after the training and discriminator training steps (pytorch 1.1.0+) else the first lr is skipped.