Analysis updated 2026-06-26
Browse GAN model implementations to study or adapt specific architectures for your own experiments.
Follow the One Day One GAN series to encounter a new GAN architecture each day.
Explore the AutoML folder to see automated machine learning experiments.
| oucmachinelearning/oucml | pytorch/executorch | zju3dv/easymocap | |
|---|---|---|---|
| Stars | 4,606 | 4,602 | 4,602 |
| Language | Python | Python | Python |
| Setup difficulty | hard | hard | hard |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | researcher | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
No setup instructions or dependency list provided, README is primarily in Chinese with links only.
OUCML is a repository from the Machine Learning group at Ocean University of China. Based on the README, it contains three main sections: a GAN folder with implementations of generative adversarial network models, an AutoML folder, and a sub-project called One Day One GAN, which appears to be a series where a different GAN architecture is added each day. Generative adversarial networks are a type of machine learning model where two neural networks compete against each other: one generates fake data and the other tries to detect whether data is real or fake. Over time, both improve. They are commonly used for generating images. The README is very sparse and written primarily in Chinese, with most of the content being links to the sub-folders rather than explanations of what each contains. Beyond the three sections listed above, the README provides no further detail about what specific models are included, how to run the code, or what dependencies are required.
A university machine learning group's collection of generative adversarial network implementations, featuring a daily GAN series and an AutoML folder, with sparse English documentation.
Mainly Python. The stack also includes Python, GAN, AutoML.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.