PyTorch template for GAN experiments, reproducible training, and model development.
This repository provides a PyTorch project template for building and experimenting with GANs. It includes model skeletons, data loaders, a training solver, metrics, experiment tracking (records git commit hash), TensorBoard integration, and shell scripts for running experiments. Suited for research and prototype model training workflows that require reproducibility and modular components.
0