File size: 362 Bytes
db81e17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
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. |