Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cinex10/cycle_gan
This an unofficial implementation of CycleGAN using pytorch lightning, during my research internship
https://github.com/cinex10/cycle_gan
Last synced: 7 days ago
JSON representation
This an unofficial implementation of CycleGAN using pytorch lightning, during my research internship
- Host: GitHub
- URL: https://github.com/cinex10/cycle_gan
- Owner: Cinex10
- Created: 2024-04-18T02:03:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:40:24.000Z (9 months ago)
- Last Synced: 2024-11-14T02:10:16.848Z (2 months ago)
- Language: Python
- Size: 2.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This an unofficial implementation of CycleGAN using pytorch lightning, during my research internship.
I go for pytorch lightning choice, for its flexibility and because it offer a high level interface of pytorch, which facilitate the process to go from an idea to a real implementation.
I work on how to use image to image translation GAN based methods for realism enhancement.