awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
stormraiser avatar

stormraiser/GAN-weight-norm

0
View on GitHub↗
181 星标·35 分支·Lua·GPL-3.0·2 次浏览

GAN Weight Norm

Code for "On the Effects of Batch and Weight Normalization in Generative Adversarial Networks"

Features

  • Generative Models - Impact of batch and weight normalization in GANs.
  • Model Implementations - Batch and weight normalization study for GANs.
  • GANs, VAEs, and AEs - Listed in the “GANs, VAEs, and AEs” section of the The Incredible Pytorch awesome list.

Star 历史

stormraiser/gan-weight-norm 的 Star 历史图表stormraiser/gan-weight-norm 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

GAN Weight Norm 的开源替代方案

相似的开源项目,按与 GAN Weight Norm 的功能重合度排序。
  • dmitryulyanov/ageDmitryUlyanov 的头像

    DmitryUlyanov/AGE

    287在 GitHub 上查看↗

    Code for the paper "Adversarial Generator-Encoder Networks"

    Python
    在 GitHub 上查看↗287
  • junyanz/pytorch-cyclegan-and-pix2pixjunyanz 的头像

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951在 GitHub 上查看↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    Pythoncomputer-graphicscomputer-visioncyclegan
    在 GitHub 上查看↗24,951
  • caogang/wgan-gpcaogang 的头像

    caogang/wgan-gp

    1,548在 GitHub 上查看↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    在 GitHub 上查看↗1,548
  • mailmahee/pytorch-generative-adversarial-networksmailmahee 的头像

    mailmahee/pytorch-generative-adversarial-networks

    32在 GitHub 上查看↗

    simple generative adversarial network (GAN) using PyTorch

    Python
    在 GitHub 上查看↗32
查看 GAN Weight Norm 的所有 30 个替代方案→

常见问题解答

stormraiser/gan-weight-norm 是做什么的?

Code for "On the Effects of Batch and Weight Normalization in Generative Adversarial Networks"

stormraiser/gan-weight-norm 的主要功能有哪些?

stormraiser/gan-weight-norm 的主要功能包括:Generative Models, Model Implementations, GANs, VAEs, and AEs。

stormraiser/gan-weight-norm 有哪些开源替代品?

stormraiser/gan-weight-norm 的开源替代品包括: junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… martinarjovsky/wassersteingan — Wasserstein GAN. caogang/wgan-gp — A pytorch implementation of Paper "Improved Training of Wasserstein GANs". dmitryulyanov/age — Code for the paper "Adversarial Generator-Encoder Networks". mailmahee/pytorch-generative-adversarial-networks — simple generative adversarial network (GAN) using PyTorch. nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into…