We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3076a22 commit 1786755Copy full SHA for 1786755
examples/generative/cyclegan.py
@@ -2,7 +2,7 @@
2
Title: CycleGAN
3
Author: [A_K_Nain](https://twitter.com/A_K_Nain)
4
Date created: 2020/08/12
5
-Last modified: 2020/08/12
+Last modified: 2024/09/30
6
Description: Implementation of CycleGAN.
7
Accelerator: GPU
8
"""
scripts/examples_master.py
@@ -759,6 +759,7 @@
759
"path": "cyclegan",
760
"title": "CycleGAN",
761
"subcategory": "Image generation",
762
+ "keras_3": True,
763
},
764
{
765
"path": "gan_ada",
0 commit comments