Generative Adversarial Networks implemented in PyTorch and Tensorflow
Stars
846
Forks
347
Watchers
846
Open Issues
19
Overall repository health assessment
No package.json found
This might not be a Node.js project
71
commits
4
commits
2
commits
1
commits
1
commits
Added training routines and optimization for the Generators and Discriminators.
526e652View on GitHubMerge pull request #25 from diegoalejogm/dependabot/pip/tensorflow-2.4.0
b44790fView on GitHubMerge pull request #23 from diegoalejogm/dependabot/pip/tensorflow-2.3.1
f47432eView on GitHubMerge pull request #24 from diegoalejogm/dependabot/pip/notebook-6.1.5
28ba9a4View on GitHubCreated Generator network, missing skip layers.
c3029d2View on GitHubRun Cyclegan's Discriminator LeakyRelu's in-place. Removed an unnecessary method too.
7201264View on GitHubFixed discriminator's syntax. Constructor was failing due to incorrect spelling of torch modules.
e0c01b9View on GitHubAdded transformations and visualization to CycleGan data samples
cc69da7View on GitHub