--- license: mit tags: - cyclegan - image-to-image - gan - pytorch --- # CycleGAN apple2orange CycleGAN model for unpaired image-to-image translation between apples and oranges. ## Files - `checkpoint.pt` — trained weights - `model_config.json` — architecture parameters ## Usage Custom PyTorch implementation. Inference code will be added later.