GitHub 项目简介: Image-to-Image Translation in PyTorch
README: We provide PyTorch implementations for both unpaired and paired image-to-image translation.
README: This PyTorch implementation produces results comparable to or better than our original Torch software.
README: - To log training progress and test images to W&B dashboard, set the `--use_wandb` flag with training script - Train a model: ```bash #!./scripts/train_cyclegan.sh python train.py…
README: - To log training progress and test images to W&B dashboard, set the `--use_wandb` flag with training script - Train a model: ```bash #!./scripts/train_pix2pix.sh python train.py…