Skip to content

Commit 1786755

Browse files
committed
enabling keras 3
1 parent 3076a22 commit 1786755

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/generative/cyclegan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: CycleGAN
33
Author: [A_K_Nain](https://twitter.com/A_K_Nain)
44
Date created: 2020/08/12
5-
Last modified: 2020/08/12
5+
Last modified: 2024/09/30
66
Description: Implementation of CycleGAN.
77
Accelerator: GPU
88
"""

scripts/examples_master.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@
759759
"path": "cyclegan",
760760
"title": "CycleGAN",
761761
"subcategory": "Image generation",
762+
"keras_3": True,
762763
},
763764
{
764765
"path": "gan_ada",

0 commit comments

Comments
 (0)