Skip to content

Commit c29aca1

Browse files
Merge pull request #387 from Ab-Jannadi/Ab-Jannadi-patch-3
typo - CycleGAN_Exercise.ipynb
2 parents bf01e64 + 94cb1cc commit c29aca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycle-gan/CycleGAN_Exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
"\n",
518518
"Using the classes you defined earlier, you can define the discriminators and generators necessary to create a complete CycleGAN. The given parameters should work for training.\n",
519519
"\n",
520-
"First, create two discriminators, one for checking if $X$ sample images are real, and one for checking if $Y$ sample images are real. Then the generators. Instantiate two of them, one for transforming a painting into a realistic photo and one for transforming a photo into into a painting."
520+
"First, create two discriminators, one for checking if $X$ sample images are real, and one for checking if $Y$ sample images are real. Then the generators. Instantiate two of them, one for transforming a painting into a realistic photo and one for transforming a photo into a painting."
521521
]
522522
},
523523
{

0 commit comments

Comments
 (0)