steq28/e2gan
E2GAN: Efficient Training of Efficient GANs for Image-to-Image Translation
This project helps AI researchers reproduce and verify advanced image-to-image translation techniques. It takes research papers on Generative Adversarial Networks (GANs) and provides the code to replicate their experimental results, confirming claims about reduced training time and high-quality image editing. The primary user is an AI researcher or machine learning engineer working on computer vision and image generation.
No commits in the last 6 months.
Use this if you are an AI researcher validating the experimental results and efficiency claims of the E2GAN paper for image-to-image translation, or if you want to build upon its methods.
Not ideal if you are looking for an out-of-the-box tool for immediate, practical image editing without delving into the underlying research and model training.
Stars
17
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jan 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/steq28/e2gan"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch