Skip to content

henriklg/VEGAN

Repository files navigation

VEGAN

KUNSTlig intelligens

Clone of Zach Monge's Forest GAN, cleaned up to accept updates in various Python packages and PyTorch Cycle-GAN

Abstract Corals

Structure

.
├── cgan
│     └── ...
├── cyclegan_forest_abstract_art_Duke_zm.ipynb
├── environment.yml
├── fastai
│     └── ...
├── github_example_images
│   ├── 100.png
│   ├── ......
│   └── 94.png
├── input_data
│   ├── trainA
│   └── trainB
├── README.md
└── utils
    └── rename_files.py

105 directories, 879 files

Coming "soon"