Skip to content

Commit 8644211

Browse files
committed
fix fluid/mnist.py
1 parent 059c98d commit 8644211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fluid/mnist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
SEED = 1
1515
DTYPE = "float32"
16+
1617
# random seed must set before configuring the network.
17-
fluid.default_startup_program().random_seed = SEED
18+
# fluid.default_startup_program().random_seed = SEED
1819

1920

2021
def parse_args():

0 commit comments

Comments
 (0)