Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54f4c2e

Browse files
authored
Merge pull request #638 from ehds/master
Update dcgan_faces comment Thanks for the catch @ehds. :)
2 parents 87453c7 + 6d7cd54 commit 54f4c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/dcgan_faces_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
import matplotlib.animation as animation
132132
from IPython.display import HTML
133133

134-
# Set random seem for reproducibility
134+
# Set random seed for reproducibility
135135
manualSeed = 999
136136
#manualSeed = random.randint(1, 10000) # use if you want new results
137137
print("Random Seed: ", manualSeed)

0 commit comments

Comments
 (0)