[D] Pre-trained weights for GANs online?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • 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?

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

  • I'm looking for an AI Art generator from images

    4 projects | /r/github | 3 Jan 2023
  • Intel Launches Arc B-Series Graphics Cards

    2 projects | news.ycombinator.com | 3 Dec 2024
  • Training AI Models on CPU on AWS EC2

    5 projects | dev.to | 4 Sep 2024
  • Intel Arc A770: Arrays larger than 4GB crashes

    2 projects | news.ycombinator.com | 7 May 2024
  • Ask HN: What is the state of the art in AI photo enhancement?

    2 projects | news.ycombinator.com | 24 Jan 2024

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?