[D] Pre-trained weights for GANs online?

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

Our great sponsors
  • Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
  • Sonar - Write Clean Python Code. Always.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • pytorch-pretrained-BigGAN

    🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.

    To my surprise, there don't seem to be many GAN weights available for download. Worse yet, many that are available (e.g., https://github.com/huggingface/pytorch-pretrained-BigGAN ) only come with pre-trained generator weights, not discriminator weights. But I need both.

  • BigGAN-PyTorch

    The author's officially unofficial PyTorch BigGAN implementation.

    The second link gives you the entire source code for training the model https://github.com/ajbrock/BigGAN-PyTorch/tree/master . Looks like BigGAN.py and BigGANdeep.py are the two files that define the architecture. Can you work with that?

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts