Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87453c7 + 6d7cd54 commit 54f4c2eCopy full SHA for 54f4c2e
1 file changed
beginner_source/dcgan_faces_tutorial.py
@@ -131,7 +131,7 @@
131
import matplotlib.animation as animation
132
from IPython.display import HTML
133
134
-# Set random seem for reproducibility
+# Set random seed for reproducibility
135
manualSeed = 999
136
#manualSeed = random.randint(1, 10000) # use if you want new results
137
print("Random Seed: ", manualSeed)
0 commit comments