Skip to content

Commit 94cb1cc

Browse files
typo - CycleGAN_Exercise.ipynb
1 parent d5a4e7c commit 94cb1cc

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)